Skip to content

Commit

Permalink
changed build gradle and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
maxvisser committed Aug 6, 2020
1 parent 44dc71f commit 1ab0438
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ allprojects {
jcenter()
}
ext {
androidVersionCode = 4
androidVersionName = "0.1.0"
androidBuildNumber = 2
androidVersionCode = 14
androidVersionName = "0.4.0"
androidBuildNumber = 1
testInstrumentationRunner = "android.support.test.runner.AndroidJUnitRunner"
testApplicationId = 'io.forus.me.test'
}
Expand Down
2 changes: 1 addition & 1 deletion buildsystem/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ext {
//Android
androidBuildToolsVersion = "28.0.3"
androidMinSdkVersion = 18
androidTargetSdkVersion = 26
androidTargetSdkVersion = 28
androidCompileSdkVersion = 28

//Libraries
Expand Down

0 comments on commit 1ab0438

Please sign in to comment.