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

Commit 76500f3

Browse files
committed
release v1.0
1 parent 03f89ce commit 76500f3

File tree

5 files changed

+11
-3
lines changed

5 files changed

+11
-3
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

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ android {
88
buildToolsVersion "30.0.3"
99

1010
defaultConfig {
11-
applicationId "com.jakode.verifycodeedittext"
11+
applicationId "com.jakode.verifycodeedittexttest"
1212
minSdkVersion 17
1313
targetSdkVersion 30
1414
versionCode 1

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

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
include ':VerifyCodeEditText'
22
include ':app'
3-
rootProject.name = "VerifyCodeEditText"
3+
rootProject.name = "VerifyCodeEditTextTest"

0 commit comments

Comments
 (0)