Skip to content
This repository has been archived by the owner on Jun 20, 2021. It is now read-only.

Commit

Permalink
:/ I'll publish it
Browse files Browse the repository at this point in the history
  • Loading branch information
fengberd committed Oct 5, 2016
1 parent 56ec200 commit 4cc06c9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "net.fengberd.minecraftpe_server"
minSdkVersion 14
targetSdkVersion 21
versionCode 1073
versionName "1.0.7.3"
versionCode 1074
versionName "1.0.7.4"
}
buildTypes {
release {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ public class MainActivity extends SherlockActivity
"ZXDA|https://jenkins.zxda.net/job/Nukkit/"
},jenkins_pocketmine=new String[]
{
"Genisys(iTX Technologies)|https://ci.itxtech.org/job/Genisys/",
"Genisys(ZXDA,Not suggested)|https://jenkins.zxda.net/job/Genisys/",
"ClearSky-PHP7(ZXDA)|https://jenkins.zxda.net/job/ClearSky-PHP7/",
"ClearSky-PHP5(ZXDA)|https://jenkins.zxda.net/job/ClearSky-PHP5/",
"PocketMine-MP(ZXDA)|https://jenkins.zxda.net/job/PocketMine-MP/"
"Genisys (iTX Tech)|https://ci.itxtech.org/job/Genisys/",
"Genisys (ZXDA,Not suggested)|https://jenkins.zxda.net/job/Genisys/",
"ClearSky-PHP7 (ZXDA)|https://jenkins.zxda.net/job/ClearSky-PHP7/",
"ClearSky-PHP5 (ZXDA)|https://jenkins.zxda.net/job/ClearSky-PHP5/",
"PocketMine-MP (ZXDA)|https://jenkins.zxda.net/job/PocketMine-MP/"
};

@Override
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-ko/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<string name="menu_clear">Clear</string>
<string name="menu_copy">복사</string>
<string name="menu_install_php">PHP 설치</string>
<string name="menu_install_php7">&amp 다운로드; PHP7 설치</string>
<string name="menu_install_php7">&amp; 다운로드 PHP7 설치</string>
<string name="menu_install_java">Java 설치</string>
<string name="menu_download">서버 다운로드</string>
</resources>

1 comment on commit 4cc06c9

@nnnlog
Copy link
Contributor

@nnnlog nnnlog commented on 4cc06c9 Oct 5, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you :D

Please sign in to comment.