File tree Expand file tree Collapse file tree 1 file changed +15
-14
lines changed
Expand file tree Collapse file tree 1 file changed +15
-14
lines changed Original file line number Diff line number Diff 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
207android {
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+ }
You can’t perform that action at this time.
0 commit comments