Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
* dev:
  release version 1.3.2.2
  • Loading branch information
kissonchan committed Mar 25, 2020
2 parents fa827c7 + f221bc6 commit e585516
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

![](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat)
![](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat)
![](https://img.shields.io/badge/release-1.3.2-red.svg?style=flat)
![](https://img.shields.io/badge/release-1.3.2.2-red.svg?style=flat)

Qigsaw is a dynamic modularization library which is based on [Android App Bundles](https://developer.android.com/guide/app-bundle/). It supports dynamic delivery for split APK without reinstalling the base one.

Expand All @@ -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.3.2'
classpath 'com.iqiyi.android.qigsaw:gradle-plugin:1.3.2.2'
}
}
```
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.3.2"
implementation "com.iqiyi.android.qigsaw:splitcore:1.3.2.2"
}
...
...
Expand Down
6 changes: 3 additions & 3 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

![](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat)
![](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat)
![](https://img.shields.io/badge/release-1.3.2-red.svg?style=flat)
![](https://img.shields.io/badge/release-1.3.2.2-red.svg?style=flat)

Qigsaw是一套基于[Android App Bundles](https://developer.android.com/guide/app-bundle/)实现的Android动态组件化方案,它无需应用重新安装即可动态分发插件。

Expand All @@ -15,7 +15,7 @@ Qigsaw是一套基于[Android App Bundles](https://developer.android.com/guide/a
```
buildscript {
dependencies {
classpath 'com.iqiyi.android.qigsaw:gradle-plugin:1.3.2'
classpath 'com.iqiyi.android.qigsaw:gradle-plugin:1.3.2.2'
}
}
```
Expand All @@ -25,7 +25,7 @@ buildscript {
```
dependencies {
//qigsaw core lib
implementation "com.iqiyi.android.qigsaw:splitcore:1.3.2"
implementation "com.iqiyi.android.qigsaw:splitcore:1.3.2.2"
}
...
...
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.3.2
VERSION_NAME=1.3.2.2
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.3.2
VERSION_NAME=1.3.2.2
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 e585516

Please sign in to comment.