We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5876864 commit a4b43a2Copy full SHA for a4b43a2
example/build.gradle
@@ -29,9 +29,6 @@ android {
29
keyPassword "android"
30
}
31
32
- dexOptions {
33
- preDexLibraries false
34
- }
35
buildTypes {
36
debug {
37
applicationIdSuffix '.debug'
library/build.gradle
@@ -3,6 +3,7 @@ import dependencies.Versions
3
4
apply plugin: 'com.android.library'
5
apply plugin: 'kotlin-android'
6
+apply plugin: 'maven-publish'
7
8
def versionMajor = 1
9
def versionMinor = 1
0 commit comments