Skip to content

Commit

Permalink
Bump project version to 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ghusta authored and Guillaume Husta committed May 26, 2021
1 parent e9a87dc commit e16beb9
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 21 // L 5.0
targetSdkVersion 30 // R
versionCode 68
versionName "1.8.2"
versionCode 70
versionName "1.9.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
setProperty("archivesBaseName", "android-docker-search-$versionName")
vectorDrawables.useSupportLibrary = true
Expand Down

0 comments on commit e16beb9

Please sign in to comment.