File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed
Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -45,3 +45,4 @@ sensitive_data.txt
4545/play-licensing /lvl_library /build /.transforms /5b3d2def2dd625a8fc904a295a745f85.bin
4646/play-licensing /lvl_library /build /.transforms /661851cdadd5bb8b7d1f44f8b98ad467.bin
4747/play-licensing /lvl_library /build /.transforms /c1b691b6486eab5e19ab44a90a1766c7.bin
48+ /.kotlin /sessions /kotlin-compiler-10007666933346622802.salive
Original file line number Diff line number Diff line change @@ -56,8 +56,8 @@ android {
5656 minSdkVersion 24
5757 // noinspection OldTargetApi
5858 targetSdkVersion 34
59- versionCode 180070
60- versionName " v180.7 .0"
59+ versionCode 180080
60+ versionName " v180.8 .0"
6161 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
6262 vectorDrawables. useSupportLibrary = true
6363
@@ -110,7 +110,7 @@ android {
110110 }
111111
112112 kotlinOptions {
113- jvmTarget = JavaVersion . VERSION_17 . toString()
113+ jvmTarget = JavaVersion . VERSION_17
114114 }
115115
116116 namespace ' app.simple.positional'
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ buildscript {
88
99 dependencies {
1010 classpath ' com.android.tools.build:gradle:8.7.0'
11- classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.0 "
11+ classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.20 "
1212 classpath ' com.google.gms:google-services:4.4.2'
1313
1414 // NOTE: Do not place your application dependencies here; they belong
@@ -17,7 +17,7 @@ buildscript {
1717}
1818
1919plugins {
20- id ' com.google.devtools.ksp' version ' 1.8.10 -1.0.9 ' apply false
20+ id ' com.google.devtools.ksp' version ' 2.0.20 -1.0.25 ' apply false
2121}
2222
2323allprojects {
You can’t perform that action at this time.
0 commit comments