diff --git a/app/build.gradle b/app/build.gradle index 4d4c12d..f1dc151 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -50,8 +50,8 @@ android { } compileOptions { - sourceCompatibility JavaVersion.VERSION_17 - targetCompatibility JavaVersion.VERSION_17 + sourceCompatibility JavaVersion.VERSION_21 + targetCompatibility JavaVersion.VERSION_21 } buildFeatures { @@ -62,7 +62,7 @@ android { } kotlinOptions { - jvmTarget = '17' + jvmTarget = '21' } } @@ -79,6 +79,7 @@ dependencies { androidTestImplementation composeBom implementation 'androidx.compose.material3:material3' + implementation 'com.google.android.material:material:1.12.0' implementation 'androidx.compose.material:material-icons-extended' // Android Studio Preview support diff --git a/build.gradle b/build.gradle index 34dcea5..36220a0 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ buildscript { maven { url "https://oss.sonatype.org/content/repositories/snapshots" } } dependencies { - classpath 'com.android.tools.build:gradle:8.3.2' + classpath "com.android.tools.build:gradle:8.7.3" classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.0" classpath "org.jetbrains.kotlin:compose-compiler-gradle-plugin:2.0.0" classpath "org.lsposed.lsplugin:jgit:1.1" diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index e86341d..881f332 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ -#Wed Mar 20 12:17:22 WIB 2024 +#Wed Dec 04 08:49:46 WIB 2024 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists