diff --git a/README.md b/README.md index bb568a08..ed80c832 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Import qigsaw-gradle-plugin as a dependency in your main `build.gradle` in the r ```gradle buildscript { dependencies { - classpath 'com.iqiyi.android.qigsaw:gradle-plugin:1.4.0' + classpath 'com.iqiyi.android.qigsaw:gradle-plugin:1.4.0-hotfix02' } } ``` @@ -26,7 +26,7 @@ Then "apply" the plugin and import dependencies by adding the following lines to ```gradle dependencies { //qigsaw core lib - implementation "com.iqiyi.android.qigsaw:splitcore:1.4.0" + implementation "com.iqiyi.android.qigsaw:splitcore:1.4.0-hotfix02" } ... ... diff --git a/README.zh-CN.md b/README.zh-CN.md index 63eba621..2a02dfd4 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -15,7 +15,7 @@ Qigsaw是一套基于[Android App Bundles](https://developer.android.com/guide/a ``` buildscript { dependencies { - classpath 'com.iqiyi.android.qigsaw:gradle-plugin:1.4.0' + classpath 'com.iqiyi.android.qigsaw:gradle-plugin:1.4.0-hotfix02' } } ``` @@ -25,7 +25,7 @@ buildscript { ``` dependencies { //qigsaw core lib - implementation "com.iqiyi.android.qigsaw:splitcore:1.4.0" + implementation "com.iqiyi.android.qigsaw:splitcore:1.4.0-hotfix02" } ... ... diff --git a/gradle.properties b/gradle.properties index 551e7046..7182c23c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -14,7 +14,7 @@ org.gradle.jvmargs=-Xmx1536m JAVA_VERSION=1.7 AGP_VERSION=3.4.2 GROUP_ID=com.iqiyi.android.qigsaw -VERSION_NAME=1.4.0 +VERSION_NAME=1.4.0-hotfix02 BINTRAY_REPO=maven POM_DESCRIPTION=A dynamic modularization library which is based on Android App Bundles. POM_PACKAGING=pom diff --git a/qigsaw-android-sample/gradle.properties b/qigsaw-android-sample/gradle.properties index 551e7046..7182c23c 100644 --- a/qigsaw-android-sample/gradle.properties +++ b/qigsaw-android-sample/gradle.properties @@ -14,7 +14,7 @@ org.gradle.jvmargs=-Xmx1536m JAVA_VERSION=1.7 AGP_VERSION=3.4.2 GROUP_ID=com.iqiyi.android.qigsaw -VERSION_NAME=1.4.0 +VERSION_NAME=1.4.0-hotfix02 BINTRAY_REPO=maven POM_DESCRIPTION=A dynamic modularization library which is based on Android App Bundles. POM_PACKAGING=pom