Skip to content

Commit d137a7f

Browse files
committed
release 1.4.1-hotfix01
1 parent b0f4a33 commit d137a7f

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Import qigsaw-gradle-plugin as a dependency in your main `build.gradle` in the r
1717
```gradle
1818
buildscript {
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
2727
dependencies {
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
...

README.zh-CN.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Qigsaw是一套基于[Android App Bundles](https://developer.android.com/guide/a
1515
```
1616
buildscript {
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
```
2626
dependencies {
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
...

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ org.gradle.jvmargs=-Xmx1536m
1414
JAVA_VERSION=1.7
1515
AGP_VERSION=3.4.2
1616
GROUP_ID=com.iqiyi.android.qigsaw
17-
VERSION_NAME=1.4.1
17+
VERSION_NAME=1.4.1-hotfix01
1818
BINTRAY_REPO=maven
1919
POM_DESCRIPTION=A dynamic modularization library which is based on Android App Bundles.
2020
POM_PACKAGING=pom

qigsaw-android-sample/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ org.gradle.jvmargs=-Xmx1536m
1414
JAVA_VERSION=1.7
1515
AGP_VERSION=3.4.2
1616
GROUP_ID=com.iqiyi.android.qigsaw
17-
VERSION_NAME=1.4.1
17+
VERSION_NAME=1.4.1-hotfix01
1818
BINTRAY_REPO=maven
1919
POM_DESCRIPTION=A dynamic modularization library which is based on Android App Bundles.
2020
POM_PACKAGING=pom

0 commit comments

Comments
 (0)