File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -2,14 +2,14 @@ group 'cloud.mindbox.mindbox_android'
22version ' 1.0-SNAPSHOT'
33
44buildscript {
5- ext. kotlin_version = ' 1.8.0 '
5+ ext. kotlin_version = ' 1.9.22 '
66 repositories {
77 google()
88 mavenCentral()
99 }
1010
1111 dependencies {
12- classpath ' com.android.tools.build:gradle:7.4.2 '
12+ classpath ' com.android.tools.build:gradle:8.6.0 '
1313 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
1414 }
1515}
@@ -25,7 +25,8 @@ apply plugin: 'com.android.library'
2525apply plugin : ' kotlin-android'
2626
2727android {
28- compileSdkVersion 33
28+ namespace " cloud.mindbox.mindbox_android"
29+ compileSdk 34
2930
3031 compileOptions {
3132 sourceCompatibility JavaVersion . VERSION_1_8
@@ -42,7 +43,7 @@ android {
4243
4344 defaultConfig {
4445 minSdkVersion 19
45- targetSdkVersion 33
46+ targetSdkVersion 34
4647 }
4748}
4849
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
22distributionPath =wrapper/dists
33zipStoreBase =GRADLE_USER_HOME
44zipStorePath =wrapper/dists
5- distributionUrl =https\://services.gradle.org/distributions/gradle-7.6.1-all .zip
5+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.7-bin .zip
You can’t perform that action at this time.
0 commit comments