Skip to content

Commit 5686077

Browse files
committed
upate version
1 parent 6b39f0f commit 5686077

File tree

1 file changed

+15
-14
lines changed

1 file changed

+15
-14
lines changed

otp_code_view/build.gradle

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,6 @@ plugins {
33
id 'org.jetbrains.kotlin.android'
44
id 'maven-publish'
55
}
6-
publishing {
7-
publications {
8-
release(MavenPublication) {
9-
groupId = 'com.github.phong016688'
10-
artifactId = 'otp-code-android-view'
11-
version = '0.0.1'
12-
13-
afterEvaluate {
14-
from components.release
15-
}
16-
}
17-
}
18-
}
196

207
android {
218
namespace 'com.otp.otp_code_view'
@@ -55,4 +42,18 @@ dependencies {
5542
testImplementation 'junit:junit:4.13.2'
5643
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
5744
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
58-
}
45+
}
46+
47+
publishing {
48+
publications {
49+
release(MavenPublication) {
50+
groupId = 'com.github.phong016688'
51+
artifactId = 'otp-code-android-view'
52+
version = '0.0.3'
53+
54+
afterEvaluate {
55+
from components.release
56+
}
57+
}
58+
}
59+
}

0 commit comments

Comments
 (0)