File tree Expand file tree Collapse file tree 4 files changed +12
-9
lines changed
Expand file tree Collapse file tree 4 files changed +12
-9
lines changed Original file line number Diff line number Diff line change @@ -4,11 +4,12 @@ buildscript {
44
55 repositories {
66 google()
7+ mavenCentral()
78 jcenter()
89 }
910
1011 dependencies {
11- classpath ' com.android.tools.build:gradle:3 .2.1 '
12+ classpath ' com.android.tools.build:gradle:4 .2.2 '
1213 // noinspection DifferentKotlinGradleVersion
1314 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
1415 }
Original file line number Diff line number Diff line change 11FastOpenpgp_kotlinVersion =1.3.50
2- FastOpenpgp_compileSdkVersion =29
3- FastOpenpgp_buildToolsVersion =29 .0.2
4- FastOpenpgp_targetSdkVersion =29
2+ FastOpenpgp_compileSdkVersion =30
3+ FastOpenpgp_buildToolsVersion =30 .0.2
4+ FastOpenpgp_targetSdkVersion =30
Original file line number Diff line number Diff line change 33buildscript {
44 ext {
55 kotlinVersion = ' 1.5.21'
6- buildToolsVersion = " 29 .0.2"
6+ buildToolsVersion = " 30 .0.2"
77 minSdkVersion = 21
8- compileSdkVersion = 29
9- targetSdkVersion = 29
8+ compileSdkVersion = 30
9+ targetSdkVersion = 30
1010 }
1111 repositories {
1212 google()
13+ mavenCentral()
1314 jcenter()
1415 }
1516 dependencies {
16- classpath(" com.android.tools.build:gradle:3.5.4 " )
17+ classpath(" com.android.tools.build:gradle:4.2.2 " )
1718 classpath(" org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion " )
1819
1920 // NOTE: Do not place your application dependencies here; they belong
@@ -34,6 +35,7 @@ allprojects {
3435 }
3536
3637 google()
38+ mavenCentral()
3739 jcenter()
3840 maven { url ' https://www.jitpack.io' }
3941 maven {
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-6.7 -all.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.3 -all.zip
You can’t perform that action at this time.
0 commit comments