aboutsummaryrefslogtreecommitdiff
path: root/gradle.properties
diff options
context:
space:
mode:
Diffstat (limited to 'gradle.properties')
-rw-r--r--gradle.properties30
1 files changed, 10 insertions, 20 deletions
diff --git a/gradle.properties b/gradle.properties
index 0c575bbc..ed1f6d9a 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -1,25 +1,15 @@
org.gradle.jvmargs='-Dfile.encoding=UTF-8'
-android.enableJetifier=true
+
+android.enableJetifier=false
android.useAndroidX=true
+android.defaults.buildfeatures.buildconfig=false
+android.defaults.buildfeatures.aidl=false
+android.defaults.buildfeatures.renderscript=false
+android.defaults.buildfeatures.resvalues=false
+android.defaults.buildfeatures.shaders=false
-# Publishing SHA 256 and 512 hashses of maven-metadata is not supported by Sonatype and Nexus.
-# See https://github.com/gradle/gradle/issues/11308 and
-# https://issues.sonatype.org/browse/NEXUS-21802
-systemProp.org.gradle.internal.publish.checksums.insecure=true
+kotlin.mpp.stability.nowarn=true
GROUP=com.squareup.okio
-VERSION_NAME=3.0.0-SNAPSHOT
-
-POM_DESCRIPTION=A modern I/O API for Java
-
-POM_URL=https://github.com/square/okio/
-POM_SCM_URL=https://github.com/square/okio/
-POM_SCM_CONNECTION=scm:git:git://github.com/square/okio.git
-POM_SCM_DEV_CONNECTION=scm:git:ssh://git@github.com/square/okio.git
-
-POM_LICENCE_NAME=The Apache Software License, Version 2.0
-POM_LICENCE_URL=http://www.apache.org/licenses/LICENSE-2.0.txt
-POM_LICENCE_DIST=repo
-
-POM_DEVELOPER_ID=square
-POM_DEVELOPER_NAME=Square, Inc.
+VERSION_NAME=3.7.0
+kotlin.mpp.commonizerLogLevel=info