diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 0212b18..fa51a57 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -26,7 +26,7 @@ android { minSdk = 31 targetSdk = 35 versionCode = 3 - versionName = "1.0-alpha-1003" + versionName = "1.0-alpha-1018" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" vectorDrawables { diff --git a/build.gradle.kts b/build.gradle.kts index 43421fa..9da7668 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -2,5 +2,5 @@ plugins { alias(libs.plugins.android.application) apply false alias(libs.plugins.jetbrains.kotlin.android) apply false - id("com.google.devtools.ksp") version "1.9.0-1.0.13" apply false + id("com.google.devtools.ksp") version "2.0.20-1.0.24" apply false } \ No newline at end of file diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index c920f22..f0c0e54 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -8,7 +8,7 @@ composeVideo = "1.2.0" constraintlayoutCompose = "1.1.0-rc01" datastorePreferences = "1.1.1" foundation = "1.7.4" -kotlin = "1.9.0" +kotlin = "2.0.20" coreKtx = "1.13.1" junit = "4.13.2" junitVersion = "1.2.1"