Skip to content

Commit

Permalink
fix: #117 build issue on android
Browse files Browse the repository at this point in the history
  • Loading branch information
mlecoq committed Jul 13, 2022
1 parent bccb6f2 commit cc04c94
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions android/build.gradle
Expand Up @@ -18,11 +18,11 @@ def safeExtGet(prop, fallback) {
}

android {
compileSdkVersion safeExtGet('Compressor_compileSdkVersion', 29)
buildToolsVersion safeExtGet('Compressor_buildToolsVersion', '29.0.2')
compileSdkVersion safeExtGet('compileSdkVersion', 29)
buildToolsVersion safeExtGet('buildToolsVersion', '29.0.2')
defaultConfig {
minSdkVersion safeExtGet('Compressor_minSdkVersion', 16)
targetSdkVersion safeExtGet('Compressor_targetSdkVersion', 29)
minSdkVersion safeExtGet('minSdkVersion', 16)
targetSdkVersion safeExtGet('targetSdkVersion', 29)
versionCode 1
versionName "1.0"

Expand Down

0 comments on commit cc04c94

Please sign in to comment.