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/VerifyCodeEditText/build.gradle b/VerifyCodeEditText/build.gradle
index 048019d..5ec2d9c 100644
--- a/VerifyCodeEditText/build.gradle
+++ b/VerifyCodeEditText/build.gradle
@@ -1,7 +1,9 @@
plugins {
id 'com.android.library'
id 'kotlin-android'
+ id 'com.github.dcendents.android-maven'
}
+group ='com.github.jakode2020'
android {
compileSdkVersion 30
diff --git a/app/build.gradle b/app/build.gradle
index 1dbbcb3..7c444bf 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -8,7 +8,7 @@ android {
buildToolsVersion "30.0.3"
defaultConfig {
- applicationId "com.jakode.verifycodeedittext"
+ applicationId "com.jakode.verifycodeedittexttest"
minSdkVersion 17
targetSdkVersion 30
versionCode 1
diff --git a/build.gradle b/build.gradle
index 9d55db3..ac1fe96 100644
--- a/build.gradle
+++ b/build.gradle
@@ -8,7 +8,7 @@ buildscript {
dependencies {
classpath "com.android.tools.build:gradle:4.1.2"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
-
+ classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
@@ -18,6 +18,7 @@ allprojects {
repositories {
google()
jcenter()
+ maven { url "https://jitpack.io" }
}
}
diff --git a/settings.gradle b/settings.gradle
index 3204fa2..f0b9414 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -1,3 +1,3 @@
include ':VerifyCodeEditText'
include ':app'
-rootProject.name = "VerifyCodeEditText"
\ No newline at end of file
+rootProject.name = "VerifyCodeEditTextTest"
\ No newline at end of file