Skip to content

Commit 6e38344

Browse files
committed
upgrade SDK version and gradle
1 parent 81af798 commit 6e38344

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ apply plugin: 'com.android.application'
22
apply plugin: 'com.huawei.agconnect'
33

44
android {
5-
compileSdkVersion 32
5+
compileSdkVersion 34
66
defaultConfig {
77
applicationId "systems.sieber.fsclock"
88
minSdkVersion 17
9-
targetSdkVersion 32
9+
targetSdkVersion 34
1010
versionCode 25
1111
versionName "1.8.0"
1212
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ buildscript {
88
maven { url 'https://developer.huawei.com/repo/' }
99
}
1010
dependencies {
11-
classpath 'com.android.tools.build:gradle:4.1.3'
11+
classpath 'com.android.tools.build:gradle:7.4.2'
1212
classpath 'com.huawei.agconnect:agcp:1.4.1.300'
1313
// NOTE: Do not place your application dependencies here; they belong
1414
// in the individual module build.gradle files

gradle/wrapper/gradle-wrapper.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
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

0 commit comments

Comments
 (0)