We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b85120b commit a97fc67Copy full SHA for a97fc67
10-bitClockWidget/app/build.gradle
@@ -18,13 +18,13 @@
18
apply plugin: 'com.android.application'
19
20
android {
21
- compileSdkVersion 32
+ compileSdkVersion 33
22
23
defaultConfig {
24
namespace "com.github.ashutoshgngwr.tenbitclockwidget"
25
applicationId "com.github.ashutoshgngwr.tenbitclockwidget"
26
minSdkVersion 14
27
- targetSdkVersion 32
+ targetSdkVersion 33
28
versionCode 212
29
versionName "2.1-2"
30
}
10-bitClockWidget/build.gradle
@@ -22,7 +22,7 @@ buildscript {
dependencies {
- classpath 'com.android.tools.build:gradle:7.3.0'
+ classpath 'com.android.tools.build:gradle:7.3.1'
0 commit comments