diff --git a/.idea/jarRepositories.xml b/.idea/jarRepositories.xml
index a5f05cd..2370474 100644
--- a/.idea/jarRepositories.xml
+++ b/.idea/jarRepositories.xml
@@ -21,5 +21,10 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/README.md b/README.md
index 9191565..623d35e 100644
--- a/README.md
+++ b/README.md
@@ -23,7 +23,7 @@ allprojects {
}
dependencies {
-implementation 'com.github.KevinSchildhorn:OTPView:0.0.9'
+implementation 'com.github.KevinSchildhorn:OTPView:0.1'
}
```
diff --git a/otpView/build.gradle b/otpView/build.gradle
index 969f697..b4dee81 100644
--- a/otpView/build.gradle
+++ b/otpView/build.gradle
@@ -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"
@@ -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'
}
}
}