File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
apply plugin : ' com.android.application'
2
2
3
3
android {
4
- compileSdkVersion 32
4
+ compileSdkVersion 33
5
5
namespace ' com.chess.clock'
6
6
7
7
defaultConfig {
8
8
minSdkVersion 16
9
- targetSdkVersion 32
9
+ targetSdkVersion 33
10
10
versionCode 26
11
11
versionName " 1.2.0"
12
12
}
@@ -35,7 +35,7 @@ android {
35
35
}
36
36
37
37
dependencies {
38
- implementation ' androidx.appcompat:appcompat:1.5.1 '
38
+ implementation ' androidx.appcompat:appcompat:1.6.0 '
39
39
implementation ' androidx.recyclerview:recyclerview:1.2.1'
40
40
implementation ' com.google.android.material:material:1.7.0'
41
41
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ buildscript {
4
4
mavenCentral()
5
5
}
6
6
dependencies {
7
- classpath ' com.android.tools.build:gradle:7.3.1 '
7
+ classpath ' com.android.tools.build:gradle:7.4.0 '
8
8
}
9
9
}
10
10
You can’t perform that action at this time.
0 commit comments