Skip to content

Commit

Permalink
ArenaControl
Browse files Browse the repository at this point in the history
  • Loading branch information
sashaqwert committed Aug 27, 2018
1 parent 89ebe99 commit 7f7b6f1
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 3 deletions.
Binary file modified .idea/caches/build_file_checksums.ser
Binary file not shown.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
applicationId "ru.sccraft.arenacontrol"
minSdkVersion 17
targetSdkVersion 28
versionCode 59
versionName "1.1"
versionCode 60
versionName "1.1.1"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/values-ru/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -96,4 +96,5 @@
<string name="pleaseWait">Пожалуйста, подождите…</string>
<string name="incorrectToken">Неверный формат Token</string>
<string name="commandEditActivity_newOrOldGamemode">Использовать новые комманды для смены игрового режима (1.13+)</string>
<string name="console_run">Выполнить комманду</string>
</resources>
1 change: 1 addition & 0 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -101,4 +101,5 @@
<string name="pleaseWait">Please, wait…</string>
<string name="incorrectToken">Incorrect token</string>
<string name="commandEditActivity_newOrOldGamemode">Use new GameMode command (1.13+)</string>
<string name="console_run">Run command</string>
</resources>
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.3.0-alpha05'
classpath 'com.android.tools.build:gradle:3.3.0-alpha06'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down

0 comments on commit 7f7b6f1

Please sign in to comment.