abouttreesummaryrefslogcommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle10
1 files changed, 6 insertions, 4 deletions
diff --git a/build.gradle b/build.gradle
index b6f0b51..2f83e36 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1,14 +1,16 @@
plugins {
- id 'com.android.application' version '8.1.1'
+ id 'com.android.application' version '8.6.0'
}
dependencies {
+ implementation "androidx.window:window-java:1.3.0"
+ implementation "androidx.core:core:1.16.0"
testImplementation "junit:junit:4.13.2"
}
android {
namespace 'juloo.keyboard2'
- compileSdk 34
+ compileSdk 35
defaultConfig {
applicationId "juloo.keyboard2"
@@ -82,8 +84,8 @@ android {
}
compileOptions {
- sourceCompatibility JavaVersion.VERSION_1_7
- targetCompatibility JavaVersion.VERSION_1_7
+ sourceCompatibility JavaVersion.VERSION_1_8
+ targetCompatibility JavaVersion.VERSION_1_8
}
lintOptions {