1717// Top-level build file where you can add configuration options common to all sub-projects/modules.
1818
1919buildscript {
20- ext. kotlin_version = ' 1.7.0 '
20+ ext. kotlin_version = ' 1.9.10 '
2121
2222 ext. version_name = System . getenv(' GITHUB_TAG' )
2323 if (version_name == null || version_name. isEmpty()) {
@@ -30,7 +30,7 @@ buildscript {
3030 mavenCentral()
3131 }
3232 dependencies {
33- classpath ' com.android.tools.build:gradle:7.2 .2'
33+ classpath ' com.android.tools.build:gradle:8.1 .2'
3434 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
3535
3636 // NOTE: Do not place your application dependencies here; they belong
@@ -39,7 +39,7 @@ buildscript {
3939}
4040
4141plugins {
42- id " org.jlleitschuh.gradle.ktlint" version " 11.0.0"
42+ id " org.jlleitschuh.gradle.ktlint" version " 11.0.0"
4343 id ' io.github.gradle-nexus.publish-plugin' version ' 2.0.0'
4444}
4545
@@ -67,10 +67,10 @@ allprojects {
6767}
6868
6969ext {
70- compile_sdk_version = 33
71- build_tools_version = " 30 .0.3 "
70+ compile_sdk_version = 35
71+ build_tools_version = " 35 .0.0 "
7272 min_sdk_version = 21
73- target_sdk_version = 33
73+ target_sdk_version = 35
7474 java_core_ver = " 4.2.2"
7575 android_logger_ver = " 1.3.6"
7676 jacksonversion= " 2.11.2"
@@ -127,7 +127,7 @@ nexusPublishing {
127127 password = System . getenv(' MAVEN_CENTRAL_PASSWORD' )
128128 }
129129 }
130-
130+
131131}
132132
133133task ship () {
0 commit comments