Skip to content

Commit

Permalink
Bump version to 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
li2 committed Jun 7, 2020
1 parent cbea047 commit fd7b40a
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 @@ -39,8 +39,8 @@ android {
applicationId "me.li2.movies"
minSdkVersion androidMinSdk_version
targetSdkVersion androidTargetSdk_version
versionCode 1
versionName "1.0"
versionCode 2
versionName "2.0"
vectorDrawables.useSupportLibrary = true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
multiDexEnabled true
Expand Down

0 comments on commit fd7b40a

Please sign in to comment.