Skip to content

Commit a4b43a2

Browse files
committed
fix jitpack: add maven-publish plugin
1 parent 5876864 commit a4b43a2

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

example/build.gradle

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@ android {
2929
keyPassword "android"
3030
}
3131
}
32-
dexOptions {
33-
preDexLibraries false
34-
}
3532
buildTypes {
3633
debug {
3734
applicationIdSuffix '.debug'

library/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import dependencies.Versions
33

44
apply plugin: 'com.android.library'
55
apply plugin: 'kotlin-android'
6+
apply plugin: 'maven-publish'
67

78
def versionMajor = 1
89
def versionMinor = 1

0 commit comments

Comments
 (0)