Skip to content

Commit 1f34771

Browse files
committed
System: update version
1 parent ed989f8 commit 1f34771

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

build.gradle

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ buildscript {
1919
}
2020

2121
subprojects { project ->
22-
group = GROUP
23-
version = VERSION_NAME
24-
2522
repositories {
2623
google()
2724
mavenCentral()
@@ -37,5 +34,5 @@ apply from: "${rootDir}/publish-root.gradle"
3734

3835
ext {
3936
PUBLISH_GROUP_ID = 'com.readdle.swift.java.codegen'
40-
PUBLISH_VERSION = "0.9.2"
37+
PUBLISH_VERSION = "0.9.3"
4138
}

gradle.properties

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
GROUP=com.readdle.swift.java.codegen
2-
VERSION_NAME=0.9.1
3-
41
org.gradle.jvmargs=-Xmx1536m
52
android.useAndroidX=true
63
android.enableJetifier=true

0 commit comments

Comments
 (0)