Skip to content

Commit

Permalink
🚀 Bump version for 0.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
loafofpiecrust committed Jul 20, 2019
1 parent e0f14f6 commit 7efc588
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions app/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/build
/bin
google-services.json
gradle.properties
/test/resources/data
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ android {
applicationId "com.loafofpiecrust.turntable"
minSdkVersion 22
targetSdkVersion 28
versionCode 6
versionName "0.1.1"
versionCode 7
versionName "0.2.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
// multiDexEnabled false
ndk {
Expand Down

0 comments on commit 7efc588

Please sign in to comment.