Skip to content

Commit

Permalink
2019-04-05 12:30
Browse files Browse the repository at this point in the history
min sdk change to 14
  • Loading branch information
Aryan-mor committed Apr 5, 2019
1 parent 8b9948f commit f444f86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ android {
compileSdkVersion 28
defaultConfig {
applicationId "com.gcorp.retrofithelperexample"
minSdkVersion 19
minSdkVersion 14
targetSdkVersion 28
versionCode 1
versionName "1.0"
Expand Down
2 changes: 1 addition & 1 deletion retrofithelper/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ android {


defaultConfig {
minSdkVersion 19
minSdkVersion 14
targetSdkVersion 28
versionCode 2
versionName "1.1.1"
Expand Down

0 comments on commit f444f86

Please sign in to comment.