We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b6f980 commit f0f15c9Copy full SHA for f0f15c9
1 file changed
src/AndroidClient/android/build.gradle
@@ -11,6 +11,7 @@ if (project.hasProperty('versionSuffix')) {
11
version = "${version}-${versionSuffix}"
12
}
13
14
+
15
// Specify dependencies
16
dependencies {
17
implementation 'com.google.code.gson:gson:2.8.9'
@@ -50,11 +51,6 @@ android {
50
51
52
53
-java {
54
- withJavadocJar()
55
- withSourcesJar()
56
-}
57
-
58
// Configure the publishing block for Maven Central deployment
59
publishing {
60
publications {
0 commit comments