Skip to content

Commit a97fc67

Browse files
committed
bump targetSkd and compileSdk to 33, and AGP to 7.3.1
1 parent b85120b commit a97fc67

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

10-bitClockWidget/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818
apply plugin: 'com.android.application'
1919

2020
android {
21-
compileSdkVersion 32
21+
compileSdkVersion 33
2222

2323
defaultConfig {
2424
namespace "com.github.ashutoshgngwr.tenbitclockwidget"
2525
applicationId "com.github.ashutoshgngwr.tenbitclockwidget"
2626
minSdkVersion 14
27-
targetSdkVersion 32
27+
targetSdkVersion 33
2828
versionCode 212
2929
versionName "2.1-2"
3030
}

10-bitClockWidget/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ buildscript {
2222
}
2323

2424
dependencies {
25-
classpath 'com.android.tools.build:gradle:7.3.0'
25+
classpath 'com.android.tools.build:gradle:7.3.1'
2626
}
2727
}
2828

0 commit comments

Comments
 (0)