Commit 61c53175f753e175de3c133ed50745767834959d

Authored by transpine
1 parent 471efd49

- VersionUP to 2

Showing 1 changed file with 2 additions and 2 deletions
app/build.gradle
... ... @@ -6,8 +6,8 @@ android {
6 6 defaultConfig {
7 7 applicationId "net.devfac.userstory"
8 8 minSdkVersion 21
9   - versionCode 1
10   - versionName '1.0.0'
  9 + versionCode 2
  10 + versionName '1.0.1'
11 11 targetSdkVersion 22
12 12 }
13 13 buildTypes {
... ...