Skip to content

Commit

Permalink
Change app versionName to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Husta committed Nov 8, 2019
1 parent 2c11221 commit cde264e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
applicationId "fr.husta.android.dockersearch"
minSdkVersion 17 // JB 4.2
targetSdkVersion 29 // Q
versionCode 25
versionName "1.5.0"
versionCode 21
versionName "1.4.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
setProperty("archivesBaseName", "android-docker-search-$versionName")
vectorDrawables.useSupportLibrary = true
Expand Down

0 comments on commit cde264e

Please sign in to comment.