Skip to content

Commit

Permalink
Merge branch 'master' into tt-09-2020
Browse files Browse the repository at this point in the history
  • Loading branch information
vincent-karuri authored Sep 15, 2020
2 parents c7b0adc + 2c89570 commit a426fc4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ subprojects {

group = 'org.smartregister'

ext.androidToolsBuildGradle = '28.0.3'
ext.androidBuildToolsVersion = '28.0.3'
ext.androidToolsBuildGradle = '29.0.3'
ext.androidBuildToolsVersion = '29.0.3'
ext.androidMinSdkVersion = 18
ext.androidCompileSdkVersion = 28
ext.androidTargetSdkVersion = 28
ext.androidCompileSdkVersion = 29
ext.androidTargetSdkVersion = 29

ext.androidAnnotationsVersion = '3.0.1'
ext.androidAnnotationsAPIVersion = '3.0.1'
Expand Down

0 comments on commit a426fc4

Please sign in to comment.