Skip to content

Commit

Permalink
Updated targetSdkVersion to 33.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlynxZhou committed Mar 1, 2024
1 parent 0c7fc20 commit 21f8062
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .idea/compiler.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions app/build.gradle
Expand Up @@ -8,13 +8,13 @@ else {
}

android {
compileSdkVersion 32
defaultConfig {
compileSdk 33
if (buildAsApplication) {
applicationId "one.alynx.flipclock"
}
minSdkVersion 16
targetSdkVersion 32
targetSdkVersion 33
versionCode 8
versionName "1.1.0"
externalNativeBuild {
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -6,7 +6,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:7.2.1'
classpath 'com.android.tools.build:gradle:7.4.2'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
#Thu Nov 11 18:20:34 PST 2021
distributionBase=GRADLE_USER_HOME
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-bin.zip
distributionPath=wrapper/dists
zipStorePath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME

0 comments on commit 21f8062

Please sign in to comment.