diff --git a/build.gradle b/build.gradle index 6c8774a..abf68a3 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ buildscript { mavenCentral() } dependencies { - classpath "com.android.tools.build:gradle:8.13.2" + classpath "com.android.tools.build:gradle:9.0.0" classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:2.3.0" } } \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index 98bed16..2521752 100644 --- a/gradle.properties +++ b/gradle.properties @@ -15,7 +15,5 @@ org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8 # Android operating system, and which are packaged with your app"s APK # https://developer.android.com/topic/libraries/support-library/androidx-rn android.useAndroidX=true -# Automatically convert third-party libraries to use AndroidX -android.enableJetifier=true # Kotlin code style for this project: "official" or "obsolete": kotlin.code.style=official \ No newline at end of file diff --git a/libtestingexample/build.gradle b/libtestingexample/build.gradle index ec7cb42..3a030c3 100644 --- a/libtestingexample/build.gradle +++ b/libtestingexample/build.gradle @@ -1,6 +1,5 @@ plugins { id "com.android.library" - id "kotlin-android" } java {