File tree Expand file tree Collapse file tree 3 files changed +9
-5
lines changed
Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ plugins {
33 id ' com.android.application' version ' 7.1.2' apply false
44 id ' com.android.library' version ' 7.1.2' apply false
55 id ' org.jetbrains.kotlin.android' version ' 1.6.10' apply false
6+ id ' com.vanniktech.maven.publish' version ' 0.18.0' apply false
67}
78
89task clean (type : Delete ) {
Original file line number Diff line number Diff line change 11plugins {
22 id ' com.android.library'
33 id ' org.jetbrains.kotlin.android'
4+ id ' maven-publish'
5+ id " com.vanniktech.maven.publish"
6+
47}
58
69android {
@@ -30,11 +33,6 @@ android {
3033}
3134
3235dependencies {
33-
3436 implementation ' androidx.core:core-ktx:1.7.0'
3537 implementation ' androidx.appcompat:appcompat:1.4.1'
36- implementation ' com.google.android.material:material:1.5.0'
37- testImplementation ' junit:junit:4.13.2'
38- androidTestImplementation ' androidx.test.ext:junit:1.1.3'
39- androidTestImplementation ' androidx.test.espresso:espresso-core:3.4.0'
4038}
Original file line number Diff line number Diff line change @@ -11,6 +11,11 @@ dependencyResolutionManagement {
1111 google()
1212 mavenCentral()
1313 }
14+ plugins. withId(" com.vanniktech.maven.publish" ) {
15+ mavenPublish {
16+ sonatypeHost = " S01"
17+ }
18+ }
1419}
1520rootProject. name = " SpannableStringDslExtension"
1621include ' :app'
You can’t perform that action at this time.
0 commit comments