Skip to content

Commit

Permalink
[update] Change versionCode to 7 and versionName to 0.1.4-p4.
Browse files Browse the repository at this point in the history
  • Loading branch information
longjunyu2 committed Oct 13, 2020
1 parent 9f45d0a commit 9ee5bba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions assets/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<resources xmlns:tools="http://schemas.android.com/tools">

<string name="app_name" translatable="false">MCinaBox</string>
<string name="app_version" translatable="false">v0.1.4-p3</string>
<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>
<string name="app_version" translatable="false">v0.1.4-p4</string>
<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>
<string name="app_about_copyright_info" translatable="false">MCinaBox Copyright © 2020 longjunyu.</string>
<string name="app_about_developer_info" translatable="false">AOF-Dev (MCinaBox [email protected])\nAnd all the project contributors</string>
<string name="title_downloader_selected_versionid" translatable="false">_._._</string>
Expand Down
4 changes: 2 additions & 2 deletions mcinabox/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
applicationId "com.aof.mcinabox"
minSdkVersion 21
targetSdkVersion 21
versionCode 6
versionName '0.1.4-p3'
versionCode 7
versionName '0.1.4-p4'
}
buildTypes {
release {
Expand Down

0 comments on commit 9ee5bba

Please sign in to comment.