Skip to content

Commit 7bb2619

Browse files
committed
Release
1 parent 5228135 commit 7bb2619

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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'

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

1919
plugins {
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

2323
allprojects {

0 commit comments

Comments
 (0)