Skip to content

Commit

Permalink
Merge pull request #464 from agateau/update-sdk-version
Browse files Browse the repository at this point in the history
Update SDK version to please Google Play
  • Loading branch information
agateau authored Sep 3, 2024
2 parents 1a9a150 + 2ae52a1 commit c422380
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ android {

// Must match ci/install-android-sdk
buildToolsVersion "31.0.0"
compileSdkVersion 33
compileSdkVersion 34
defaultConfig {
applicationId "com.agateau.tinywheels.android"
minSdkVersion 19
targetSdkVersion 33
targetSdkVersion 34
versionCode versionProps['VERSION_CODE'].toInteger()
versionName versionProps['VERSION']
}
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
buildscript {
ext {
agp_version = '7.2.2'
agp_version = '7.4.1'
}
repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Mon Oct 17 19:47:47 CEST 2022
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 c422380

Please sign in to comment.