Skip to content

Commit

Permalink
fix jitpack: add maven-publish plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
irgaly committed Aug 6, 2021
1 parent 24c5bc9 commit 335ef8b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 0 additions & 3 deletions example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ android {
keyPassword "android"
}
}
dexOptions {
preDexLibraries false
}
buildTypes {
debug {
applicationIdSuffix '.debug'
Expand Down
1 change: 1 addition & 0 deletions library/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'
apply plugin: 'maven-publish'

def versionMajor = 0
def versionMinor = 2
Expand Down

0 comments on commit 335ef8b

Please sign in to comment.