Skip to content

Commit

Permalink
release 1.1.5-rc01 for preview
Browse files Browse the repository at this point in the history
  • Loading branch information
kissonchan committed Oct 12, 2019
1 parent ff12409 commit 55f8589
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ org.gradle.jvmargs=-Xmx1536m
JAVA_VERSION=1.7
AGP_VERSION=3.3.2
GROUP_ID=com.iqiyi.android.qigsaw
VERSION_NAME=1.1.4.1
VERSION_NAME=1.1.5-rc01
BINTRAY_REPO=maven
POM_DESCRIPTION=A dynamic modularization library which is based on Android App Bundles.
POM_PACKAGING=pom
Expand Down
2 changes: 1 addition & 1 deletion qigsaw-android-sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ allprojects {

ext {
versions = [
'compileSdk': 28,
'compileSdk': 29,
'minSdk' : 14,
'targetSdk' : 28,
'support' : '27.1.1'
Expand Down
2 changes: 1 addition & 1 deletion qigsaw-android-sample/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ org.gradle.jvmargs=-Xmx1536m
JAVA_VERSION=1.7
AGP_VERSION=3.3.2
GROUP_ID=com.iqiyi.android.qigsaw
VERSION_NAME=1.1.4
VERSION_NAME=1.1.5-rc01
BINTRAY_REPO=maven
POM_DESCRIPTION=A dynamic modularization library which is based on Android App Bundles.
POM_PACKAGING=pom
Expand Down

0 comments on commit 55f8589

Please sign in to comment.