Skip to content

Commit

Permalink
release 1.2.0-rc02
Browse files Browse the repository at this point in the history
  • Loading branch information
kissonchan committed Nov 19, 2019
1 parent 82b20e7 commit d09fed3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ protected void attachBaseContext(Context base) {
.workProcesses(workProcesses)
// .forbiddenWorkProcesses(forbiddenWorkProcesses)
.logger(new SampleLogger())
.verifySignature(true)
.loadReporter(new SampleSplitLoadReporter(this))
.manifestPackageName(base.getPackageName())
.installReporter(new SampleSplitInstallReporter(this))
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.2.0-rc01
VERSION_NAME=1.2.0-rc02
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.2.0-rc01
VERSION_NAME=1.2.0-rc02
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 d09fed3

Please sign in to comment.