File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,11 +2,11 @@ apply plugin: 'com.android.application'
2
2
apply plugin : ' com.huawei.agconnect'
3
3
4
4
android {
5
- compileSdkVersion 32
5
+ compileSdkVersion 34
6
6
defaultConfig {
7
7
applicationId " systems.sieber.fsclock"
8
8
minSdkVersion 17
9
- targetSdkVersion 32
9
+ targetSdkVersion 34
10
10
versionCode 25
11
11
versionName " 1.8.0"
12
12
testInstrumentationRunner ' androidx.test.runner.AndroidJUnitRunner'
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ buildscript {
8
8
maven { url ' https://developer.huawei.com/repo/' }
9
9
}
10
10
dependencies {
11
- classpath ' com.android.tools.build:gradle:4.1.3 '
11
+ classpath ' com.android.tools.build:gradle:7.4.2 '
12
12
classpath ' com.huawei.agconnect:agcp:1.4.1.300'
13
13
// NOTE: Do not place your application dependencies here; they belong
14
14
// in the individual module build.gradle files
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
6
- distributionUrl =https\://services.gradle.org/distributions/gradle-6 .5-bin.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-7 .5-bin.zip
You can’t perform that action at this time.
0 commit comments