Skip to content

Commit 4627686

Browse files
author
ChenRui
committed
[release] v1.1.2
1 parent 675e83f commit 4627686

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ android {
4444
applicationId "com.rae.cnblogs"
4545
minSdkVersion rootProject.ext.minSdkVersion
4646
targetSdkVersion rootProject.ext.targetSdkVersion
47-
versionCode 4
48-
versionName "1.1.1"
47+
versionCode 5
48+
versionName "1.1.2"
4949
multiDexEnabled true
5050
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
5151
buildConfigField 'String', 'BUGLY_APP_ID', '"' + buglyAppId + '"'

app/tinker-support.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ tinkerSupport {
3737
// 构建基准包和补丁包都要指定不同的tinkerId,并且必须保证唯一性
3838
// 基类版本:cnblogs-basic-1.1.1
3939
// 补丁版本:cnblogs-patch-1.1.1.01
40-
tinkerId = "cnblogs-fir-1.1.1"
40+
tinkerId = "cnblogs-basic-1.1.2"
4141

4242
// 构建多渠道补丁时使用
4343
buildAllFlavorsDir = "${bakPath}/${baseApkDir}"

0 commit comments

Comments
 (0)