Skip to content

Commit

Permalink
Playstore Release
Browse files Browse the repository at this point in the history
- Update compileSDK and targetSDK to API level 30
  • Loading branch information
ndegwamartin committed Oct 19, 2021
1 parent 2e20513 commit 74d6bb8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ subprojects {
ext.androidToolsBuildGradle = '4.0.1'
ext.androidBuildToolsVersion = '29.0.3'
ext.androidMinSdkVersion = 19
ext.androidCompileSdkVersion = 29
ext.androidTargetSdkVersion = 29
ext.androidCompileSdkVersion = 30
ext.androidTargetSdkVersion = 30

ext.androidAnnotationsVersion = '3.0.1'
ext.androidAnnotationsAPIVersion = '3.0.1'
Expand Down
2 changes: 1 addition & 1 deletion opensrp-unicef-tunisia/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ android {
preview {
minifyEnabled false
zipAlignEnabled true
debuggable true
debuggable false
signingConfig signingConfigs.debug
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rule.pro'

Expand Down

0 comments on commit 74d6bb8

Please sign in to comment.