Skip to content

Commit

Permalink
bump targetSkd and compileSdk to 33, and AGP to 7.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ashutoshgngwr committed Oct 26, 2022
1 parent b85120b commit a97fc67
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 10-bitClockWidget/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 32
compileSdkVersion 33

defaultConfig {
namespace "com.github.ashutoshgngwr.tenbitclockwidget"
applicationId "com.github.ashutoshgngwr.tenbitclockwidget"
minSdkVersion 14
targetSdkVersion 32
targetSdkVersion 33
versionCode 212
versionName "2.1-2"
}
Expand Down
2 changes: 1 addition & 1 deletion 10-bitClockWidget/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:7.3.0'
classpath 'com.android.tools.build:gradle:7.3.1'
}
}

Expand Down

0 comments on commit a97fc67

Please sign in to comment.