File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ Import qigsaw-gradle-plugin as a dependency in your main `build.gradle` in the r
1717``` gradle
1818buildscript {
1919 dependencies {
20- classpath 'com.iqiyi.android.qigsaw:gradle-plugin:1.4.1'
20+ classpath 'com.iqiyi.android.qigsaw:gradle-plugin:1.4.1-hotfix01 '
2121 }
2222}
2323```
@@ -26,7 +26,7 @@ Then "apply" the plugin and import dependencies by adding the following lines to
2626``` gradle
2727dependencies {
2828 //qigsaw core lib
29- implementation "com.iqiyi.android.qigsaw:splitcore:1.4.1"
29+ implementation "com.iqiyi.android.qigsaw:splitcore:1.4.1-hotfix01 "
3030}
3131...
3232...
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ Qigsaw是一套基于[Android App Bundles](https://developer.android.com/guide/a
1515```
1616buildscript {
1717 dependencies {
18- classpath 'com.iqiyi.android.qigsaw:gradle-plugin:1.4.1'
18+ classpath 'com.iqiyi.android.qigsaw:gradle-plugin:1.4.1-hotfix01 '
1919 }
2020}
2121```
@@ -25,7 +25,7 @@ buildscript {
2525```
2626dependencies {
2727 //qigsaw core lib
28- implementation "com.iqiyi.android.qigsaw:splitcore:1.4.1"
28+ implementation "com.iqiyi.android.qigsaw:splitcore:1.4.1-hotfix01 "
2929}
3030...
3131...
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ org.gradle.jvmargs=-Xmx1536m
1414JAVA_VERSION =1.7
1515AGP_VERSION =3.4.2
1616GROUP_ID =com.iqiyi.android.qigsaw
17- VERSION_NAME =1.4.1
17+ VERSION_NAME =1.4.1-hotfix01
1818BINTRAY_REPO =maven
1919POM_DESCRIPTION =A dynamic modularization library which is based on Android App Bundles.
2020POM_PACKAGING =pom
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ org.gradle.jvmargs=-Xmx1536m
1414JAVA_VERSION =1.7
1515AGP_VERSION =3.4.2
1616GROUP_ID =com.iqiyi.android.qigsaw
17- VERSION_NAME =1.4.1
17+ VERSION_NAME =1.4.1-hotfix01
1818BINTRAY_REPO =maven
1919POM_DESCRIPTION =A dynamic modularization library which is based on Android App Bundles.
2020POM_PACKAGING =pom
You can’t perform that action at this time.
0 commit comments