From 4b2b23c5c1cd4841be8c582effb1914d26599383 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 04:12:37 +0000 Subject: [PATCH 1/2] Bump com.android.tools.build:gradle in the gradle-dependencies group Bumps the gradle-dependencies group with 1 update: com.android.tools.build:gradle. Updates `com.android.tools.build:gradle` from 8.13.2 to 9.0.0 --- updated-dependencies: - dependency-name: com.android.tools.build:gradle dependency-version: 9.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: gradle-dependencies ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 445f9a24d0d6a185667fd7ccb6bfaeefbe81c331 Mon Sep 17 00:00:00 2001 From: JD Porterfield Date: Sun, 18 Jan 2026 20:34:25 -0800 Subject: [PATCH 2/2] fix build issue and warning --- gradle.properties | 2 -- libtestingexample/build.gradle | 1 - 2 files changed, 3 deletions(-) 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 {