Skip to content

Commit 67e037e

Browse files
committed
Release: 1.7.3
1 parent 3b0261f commit 67e037e

File tree

3 files changed

+19
-21
lines changed

3 files changed

+19
-21
lines changed

app/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ android {
88
applicationId "me.iacn.mbestyle"
99
minSdkVersion 17
1010
targetSdkVersion 27
11-
versionCode 25
12-
versionName "1.7.2"
11+
versionCode 26
12+
versionName "1.7.3"
1313
resConfigs "en", "zh-rCN"
1414
}
1515

@@ -30,8 +30,8 @@ android {
3030
prop.load(stream)
3131
stream.close()
3232

33-
leanCloudId = prop.getProperty('leancloudId')
34-
leanCloudKey = prop.getProperty('leancloudKey')
33+
leanCloudId = prop.getProperty('leanCloudId')
34+
leanCloudKey = prop.getProperty('leanCloudKey')
3535
}
3636

3737
buildTypes.each {

app/src/main/res/values/arrays.xml

Lines changed: 12 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -16,23 +16,18 @@
1616
</string-array>
1717

1818
<string-array name="whatsnew">
19-
<item>accubattery</item>
20-
<item>aiwu_market</item>
21-
<item>chaoxing</item>
22-
<item>chenupt_day</item>
23-
<item>everphoto</item>
24-
<item>iplaymtg</item>
25-
<item>job51</item>
26-
<item>manhuamiao</item>
27-
<item>meizu_reader</item>
28-
<item>musicfx</item>
29-
<item>retromusic</item>
30-
<item>seekbooks</item>
31-
<item>shihuo</item>
32-
<item>ted</item>
33-
<item>translator</item>
34-
<item>watermark</item>
35-
<item>zixun</item>
19+
<item>baimiao</item>
20+
<item>chaoxingstudy</item>
21+
<item>hacg</item>
22+
<item>jinritoutiao</item>
23+
<item>meeye</item>
24+
<item>mogicians</item>
25+
<item>netease_comic</item>
26+
<item>nutstore</item>
27+
<item>pinduoduo</item>
28+
<item>qtradio</item>
29+
<item>unionpay</item>
30+
<item>v2er</item>
3631
</string-array>
3732

3833
</resources>

app/src/main/res/xml/appfilter.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4642,5 +4642,8 @@
46424642
<item
46434643
component="ComponentInfo{com.chaoxing.mobile/com.chaoxing.mobile.activity.SplashActivity}"
46444644
drawable="chaoxingstudy" />
4645+
<item
4646+
component="ComponentInfo{cn.liuyin.manhua/cn.liuyin.manhua.activity.HomeActivity}"
4647+
drawable="android_app" />
46454648

46464649
</resources>

0 commit comments

Comments
 (0)