From 707d76cc7ff97a4898a8ff72180617ecd080739d Mon Sep 17 00:00:00 2001 From: Brenden Manquen Date: Sat, 11 Apr 2026 21:09:40 -0500 Subject: [PATCH 1/2] fix(android): downgrade kotlin to 2.2.21 and upgrade Android SDK --- android/build.gradle | 6 +++--- example/app.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index 8dde7e6..e0692f1 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -60,7 +60,7 @@ dependencies { implementation 'androidx.compose.foundation:foundation-android:1.9.1' implementation 'androidx.compose.material3:material3-android:1.3.2' - implementation 'com.youversion.platform:platform-core:1.0.1' - implementation 'com.youversion.platform:platform-ui:1.0.1' - implementation 'com.youversion.platform:platform-reader:1.0.1' + implementation 'com.youversion.platform:platform-core:1.1.1' + implementation 'com.youversion.platform:platform-ui:1.1.1' + implementation 'com.youversion.platform:platform-reader:1.1.1' } \ No newline at end of file diff --git a/example/app.json b/example/app.json index 6550adc..16beb98 100644 --- a/example/app.json +++ b/example/app.json @@ -34,7 +34,7 @@ "deploymentTarget": "17.0" }, "android": { - "kotlinVersion": "2.3.0" + "kotlinVersion": "2.2.21" } } ] From 278108d0fb41f141c37f8f1e38ed3200752eb14a Mon Sep 17 00:00:00 2001 From: Andrew Sidorchuk Date: Mon, 13 Apr 2026 17:40:46 -0400 Subject: [PATCH 2/2] chore: remove kotlin language version pin --- example/app.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/example/app.json b/example/app.json index 16beb98..a2ef1a4 100644 --- a/example/app.json +++ b/example/app.json @@ -32,9 +32,6 @@ { "ios": { "deploymentTarget": "17.0" - }, - "android": { - "kotlinVersion": "2.2.21" } } ]