Skip to content

Commit 9ee5bba

Browse files
committed
[update] Change versionCode to 7 and versionName to 0.1.4-p4.
1 parent 9f45d0a commit 9ee5bba

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

assets/src/main/res/values/strings.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<resources xmlns:tools="http://schemas.android.com/tools">
22

33
<string name="app_name" translatable="false">MCinaBox</string>
4-
<string name="app_version" translatable="false">v0.1.4-p3</string>
5-
<string name="app_about_dependent_info" translatable="false">BoatApp (CosineMath,MIT)\nGson (Google,Apache 2.0)\nJNDCrash (ivanarh,Apache-2.0)\nXZ for Java (Lasse Collin,Public Domain)\nGL4ES (pitiSeb,MIT)\nOpenAL Soft (kcat,GPL-2.0)\nFileDownloader (lingochamp,Apache-2.0)\nBubbleLayout (MasayukiSuda)\nAndroidRocker (kongqw)\ncolorpicker (shixiuwen)</string>
4+
<string name="app_version" translatable="false">v0.1.4-p4</string>
5+
<string name="app_about_dependent_info" translatable="false">BoatApp (CosineMath,MIT)\nGson (Google,Apache-2.0)\nJNDCrash (ivanarh,Apache-2.0)\nXZ for Java (Lasse Collin,Public Domain)\nGL4ES (ptitSeb,MIT)\nOpenAL Soft (kcat,GPL-2.0)\nFileDownloader (lingochamp,Apache-2.0)\nBubbleLayout (MasayukiSuda,MIT)\nAndroidRocker (kongqw,all)\ncolorpicker (QuadFlask,Apache-2.0)</string>
66
<string name="app_about_copyright_info" translatable="false">MCinaBox Copyright © 2020 longjunyu.</string>
77
<string name="app_about_developer_info" translatable="false">AOF-Dev (MCinaBox ljy122@qq.com)\nAnd all the project contributors</string>
88
<string name="title_downloader_selected_versionid" translatable="false">_._._</string>

mcinabox/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ android {
99
applicationId "com.aof.mcinabox"
1010
minSdkVersion 21
1111
targetSdkVersion 21
12-
versionCode 6
13-
versionName '0.1.4-p3'
12+
versionCode 7
13+
versionName '0.1.4-p4'
1414
}
1515
buildTypes {
1616
release {

0 commit comments

Comments
 (0)