diff --git a/README.md b/README.md index 731c799f..8a9afb17 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.1' + classpath 'com.iqiyi.android.qigsaw:gradle-plugin:1.4.1-hotfix01' } } ``` @@ -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.1" + implementation "com.iqiyi.android.qigsaw:splitcore:1.4.1-hotfix01" } ... ... diff --git a/README.zh-CN.md b/README.zh-CN.md index 671082d8..22d8f419 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.1' + classpath 'com.iqiyi.android.qigsaw:gradle-plugin:1.4.1-hotfix01' } } ``` @@ -25,7 +25,7 @@ buildscript { ``` dependencies { //qigsaw core lib - implementation "com.iqiyi.android.qigsaw:splitcore:1.4.1" + implementation "com.iqiyi.android.qigsaw:splitcore:1.4.1-hotfix01" } ... ... diff --git a/gradle.properties b/gradle.properties index 7aafc199..42322d19 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.1 +VERSION_NAME=1.4.1-hotfix01 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 7aafc199..42322d19 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.1 +VERSION_NAME=1.4.1-hotfix01 BINTRAY_REPO=maven POM_DESCRIPTION=A dynamic modularization library which is based on Android App Bundles. POM_PACKAGING=pom