File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11apply plugin : ' com.android.application'
22
33android {
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
3737dependencies {
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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments