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 ed989f8 commit 1f34771Copy full SHA for 1f34771
build.gradle
@@ -19,9 +19,6 @@ buildscript {
19
}
20
21
subprojects { project ->
22
- group = GROUP
23
- version = VERSION_NAME
24
-
25
repositories {
26
google()
27
mavenCentral()
@@ -37,5 +34,5 @@ apply from: "${rootDir}/publish-root.gradle"
37
34
38
35
ext {
39
36
PUBLISH_GROUP_ID = 'com.readdle.swift.java.codegen'
40
- PUBLISH_VERSION = "0.9.2"
+ PUBLISH_VERSION = "0.9.3"
41
gradle.properties
@@ -1,6 +1,3 @@
1
-GROUP=com.readdle.swift.java.codegen
2
-VERSION_NAME=0.9.1
3
4
org.gradle.jvmargs=-Xmx1536m
5
android.useAndroidX=true
6
android.enableJetifier=true
0 commit comments