Skip to content

Commit

Permalink
Merge pull request #4 from ptsiogas4/version_update
Browse files Browse the repository at this point in the history
Version change to 1.0.1 (2010170)
  • Loading branch information
ptsiogas4 authored Oct 17, 2020
2 parents b44c1aa + cabc0ee commit 597c0b6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
applicationId "ptsiogas.gr.securestorage"
minSdkVersion 16
targetSdkVersion 30
versionCode 1
versionName "1.0"
versionCode 2
versionName "1.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down
4 changes: 2 additions & 2 deletions securebox/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ android {
defaultConfig {
minSdkVersion 16
targetSdkVersion 30
versionCode 2005060
versionName "1.0.0"
versionCode 2010170
versionName "1.0.1"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down

0 comments on commit 597c0b6

Please sign in to comment.