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 24d4ad5 commit 12505d1Copy full SHA for 12505d1
gradle.properties
@@ -1,4 +1,16 @@
1
android.useAndroidX=true
2
android.enableJetifier=true
3
android.enableR8.fullMode=false
4
-org.gradle.jvmargs=-XX:MaxMetaspaceSize=512m
+org.gradle.jvmargs=-XX:MaxMetaspaceSize=512m
5
+android.suppressUnsupportedCompileSdk=34
6
+
7
+# Maven Central Publishing Configuration
8
+SONATYPE_HOST=S01
9
+RELEASE_SIGNING_ENABLED=true
10
11
+# These values should be provided by environment variables in CI
12
+mavenCentralUsername=
13
+mavenCentralPassword=
14
+signing.keyId=
15
+signing.password=
16
+signing.secretKeyRingFile=
0 commit comments