Skip to content

Commit

Permalink
[update] Change version code to 6 and version name to "0.1.4-p3"
Browse files Browse the repository at this point in the history
  • Loading branch information
longjunyu2 committed Sep 28, 2020
1 parent 8cf150f commit d52eebd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion assets/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<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-p2</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_about_copyright_info" translatable="false">MCinaBox Copyright © 2020 longjunyu.</string>
<string name="app_about_developer_info" translatable="false">longjunyu (MCinaBox ljy122@qq.com)\nand all project contributors</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 5
versionName '0.1.4-p2'
versionCode 6
versionName '0.1.4-p3'
}
buildTypes {
release {
Expand Down

0 comments on commit d52eebd

Please sign in to comment.