Skip to content

Commit

Permalink
Updating version
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinSchildhorn committed Mar 17, 2021
1 parent 75d9c58 commit 0c46f0b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ allprojects {
}
dependencies {
implementation 'com.github.KevinSchildhorn:OTPView:0.1.8'
implementation 'com.github.KevinSchildhorn:OTPView:0.1.9'
}
```

Expand Down
6 changes: 3 additions & 3 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 17
versionName "0.1.8"
versionCode 19
versionName "0.1.9"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles "consumer-rules.pro"
Expand All @@ -40,7 +40,7 @@ afterEvaluate {
release(MavenPublication) {
from components.release
groupId = 'com.kevinschildhorn.otpview'
version = '0.1.3'
version = '0.1.9'
}
}
}
Expand Down

0 comments on commit 0c46f0b

Please sign in to comment.