File tree Expand file tree Collapse file tree 3 files changed +0
-3
lines changed
Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ 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 ' io.github.gradle-nexus.publish-plugin' version ' 1.1.0'
76}
87
98task clean (type : Delete ) {
Original file line number Diff line number Diff line change @@ -21,4 +21,3 @@ kotlin.code.style=official
2121# resources declared in the library itself and none from the library's dependencies,
2222# thereby reducing the size of the R class for that library
2323android.nonTransitiveRClass =true
24- android.disableAutomaticComponentCreation =true
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'
54}
65
76android {
You can’t perform that action at this time.
0 commit comments