Skip to content

Commit

Permalink
v0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kuba2k2 committed Aug 16, 2019
1 parent 749fbbe commit 2032d75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ android {
minSdkVersion 16
targetSdkVersion 28
versionCode 1
versionName "1.0"
versionName "0.1"
}
buildTypes {
release {
Expand Down
2 changes: 1 addition & 1 deletion navlib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ android {
minSdkVersion 16
targetSdkVersion 28
versionCode 1
versionName "1.0"
versionName "0.1"

consumerProguardFiles 'consumer-rules.pro'

Expand Down

0 comments on commit 2032d75

Please sign in to comment.