Skip to content

Commit

Permalink
update to version 1.4.0-hotfix02
Browse files Browse the repository at this point in the history
  • Loading branch information
kissonchan committed Jun 22, 2020
1 parent de86d51 commit f9a88c7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
}
```
Expand All @@ -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"
}
...
...
Expand Down
4 changes: 2 additions & 2 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
}
```
Expand All @@ -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"
}
...
...
Expand Down
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.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
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.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
Expand Down

0 comments on commit f9a88c7

Please sign in to comment.