Skip to content

Commit

Permalink
Merge pull request #119 from mlecoq/fix/rn069issue
Browse files Browse the repository at this point in the history
fix: #117 build issue on android
  • Loading branch information
numandev1 committed Jul 18, 2022
2 parents bccb6f2 + cc04c94 commit 1a53d39
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions android/build.gradle
Original file line number Diff line number Diff line change
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 1a53d39

Please sign in to comment.