File tree Expand file tree Collapse file tree 2 files changed +2
-20
lines changed
Expand file tree Collapse file tree 2 files changed +2
-20
lines changed Original file line number Diff line number Diff line change @@ -218,5 +218,5 @@ afterEvaluate {
218218
219219dependencies {
220220 implementation ' androidx.core:core-ktx:1.13.1'
221- // implementation project(':assists')
221+ implementation project(' :assists' )
222222}
Original file line number Diff line number Diff line change @@ -34,24 +34,6 @@ android {
3434 }
3535}
3636
37- // publishing {
38- // publications {
39- // release(MavenPublication) {
40- // groupId = 'com.ven.assists'
41- // artifactId = 'base'
42- // version = '3.0.0'
43- //
44- // afterEvaluate {
45- // from components.release
46- // }
47- //
48- // artifact(source: android.libraries.libraryVariants) {
49- // builtBy android.libraryVariants
50- // }
51- // }
52- // }
53- // }
54-
5537afterEvaluate {
5638 publishing {
5739 publications {
@@ -60,7 +42,7 @@ afterEvaluate {
6042
6143 groupId = ' com.github.ven-coder'
6244 artifactId = ' assists-base'
63- version = ' 3.0.4 '
45+ version = ' 3.0.0 '
6446
6547 pom. withXml {
6648 def dependenciesNode = asNode(). appendNode(' dependencies' )
You can’t perform that action at this time.
0 commit comments