Skip to content
This repository was archived by the owner on May 31, 2025. It is now read-only.

Commit 524e110

Browse files
committed
release v1.0
1 parent 03f89ce commit 524e110

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

.idea/jarRepositories.xml

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

VerifyCodeEditText/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
plugins {
22
id 'com.android.library'
33
id 'kotlin-android'
4+
id 'com.github.dcendents.android-maven'
45
}
6+
group ='com.github.jakode2020'
57

68
android {
79
compileSdkVersion 30

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ buildscript {
88
dependencies {
99
classpath "com.android.tools.build:gradle:4.1.2"
1010
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
11-
11+
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
1212
// NOTE: Do not place your application dependencies here; they belong
1313
// in the individual module build.gradle files
1414
}
@@ -18,6 +18,7 @@ allprojects {
1818
repositories {
1919
google()
2020
jcenter()
21+
maven { url "https://jitpack.io" }
2122
}
2223
}
2324

0 commit comments

Comments
 (0)