Skip to content

Commit

Permalink
Brought back the old 1.0.0, switched min api to 21
Browse files Browse the repository at this point in the history
  • Loading branch information
jguerinet committed May 21, 2017
1 parent 1221784 commit c43a520
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@ android {

defaultConfig {
applicationId "com.guerinet.mymartlet"
minSdkVersion 16
minSdkVersion 21
targetSdkVersion 25
versionCode 25
versionName "2.3.2"
versionCode 1
versionName "1.0.0"
}

buildTypes {
Expand Down

0 comments on commit c43a520

Please sign in to comment.