Skip to content

Commit b353bae

Browse files
Update to AGP 7.4.0, SDK 33, and Appcompat 1.6.0 (#72)
1 parent 95b1b50 commit b353bae

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

app/build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
apply plugin: 'com.android.application'
22

33
android {
4-
compileSdkVersion 32
4+
compileSdkVersion 33
55
namespace 'com.chess.clock'
66

77
defaultConfig {
88
minSdkVersion 16
9-
targetSdkVersion 32
9+
targetSdkVersion 33
1010
versionCode 26
1111
versionName "1.2.0"
1212
}
@@ -35,7 +35,7 @@ android {
3535
}
3636

3737
dependencies {
38-
implementation 'androidx.appcompat:appcompat:1.5.1'
38+
implementation 'androidx.appcompat:appcompat:1.6.0'
3939
implementation 'androidx.recyclerview:recyclerview:1.2.1'
4040
implementation 'com.google.android.material:material:1.7.0'
4141

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ buildscript {
44
mavenCentral()
55
}
66
dependencies {
7-
classpath 'com.android.tools.build:gradle:7.3.1'
7+
classpath 'com.android.tools.build:gradle:7.4.0'
88
}
99
}
1010

0 commit comments

Comments
 (0)