Skip to content

Commit 39680d3

Browse files
hamurcuabihamurcuabi
authored andcommitted
Libs on jitpack
1 parent 5e61ebe commit 39680d3

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

98
task clean(type: Delete) {

gradle.properties

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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
2323
android.nonTransitiveRClass=true
24-
android.disableAutomaticComponentCreation=true

permy/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
plugins {
22
id 'com.android.library'
33
id 'org.jetbrains.kotlin.android'
4-
id 'maven-publish'
54
}
65

76
android {

0 commit comments

Comments
 (0)