Skip to content

Commit

Permalink
Updating OTP again
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinSchildhorn committed Aug 24, 2020
1 parent 1fee1fc commit 1e0a4a7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 17 deletions.
5 changes: 5 additions & 0 deletions .idea/jarRepositories.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ allprojects {
}
dependencies {
implementation 'com.github.KevinSchildhorn:OTPView:0.0.9'
implementation 'com.github.KevinSchildhorn:OTPView:0.1'
}
```

Expand Down
20 changes: 4 additions & 16 deletions otpView/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ android {
defaultConfig {
minSdkVersion 26
targetSdkVersion 29
versionCode 8
versionName "0.0.9"
versionCode 10
versionName "0.1"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles "consumer-rules.pro"
Expand All @@ -41,20 +41,8 @@ afterEvaluate {
from components.release

groupId = 'com.kevinschildhorn.otpview'
artifactId = 'otpview'
version = '0.0.9'

pom {
name = 'OTP View'
description = 'A very customizable otp or pin view for android'
url = 'https://github.com/KevinSchildhorn/OTPView'
licenses {
license {
name = 'MIT License'
url = 'https://opensource.org/licenses/MIT'
}
}
}
artifactId = 'otpview-release'
version = '0.1'
}
}
}
Expand Down

0 comments on commit 1e0a4a7

Please sign in to comment.