Skip to content

Commit

Permalink
updating version
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinSchildhorn committed Oct 12, 2020
1 parent abec807 commit bf9073b
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 "com.kevinschildhorn.otpview.sample"
minSdkVersion 26
targetSdkVersion 29
versionCode 15
versionName "1.5"
versionCode 16
versionName "1.6"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
4 changes: 2 additions & 2 deletions otpView/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ android {
defaultConfig {
minSdkVersion 15
targetSdkVersion 29
versionCode 15
versionName "0.1.5"
versionCode 16
versionName "0.1.6"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles "consumer-rules.pro"
Expand Down

0 comments on commit bf9073b

Please sign in to comment.