Skip to content

Commit

Permalink
Fix for racketlon version of the app
Browse files Browse the repository at this point in the history
  • Loading branch information
obbimi committed Nov 24, 2018
1 parent e38f633 commit 16e1da9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion AndroidManifestRacketlon.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.doubleyellow.racketlon"
android:versionCode="193"
android:versionCode="206"
android:versionName="4.12">
<!-- 4.08 (19) = revision 790 --> <!-- nov 02: minor improvements -->
<!-- 4.08 (18) = revision 779 --> <!-- okt 21: better handling of dialogs/network timeouts -->
Expand Down
Binary file modified libs/AndroidBase.aar
Binary file not shown.
1 change: 1 addition & 0 deletions res/values/racketlon.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<string name="lbl_court_Racketlon">Court</string>

<string name="pref_swapPlayersHalfwayGame_Racketlon">Swap players halfway a game (for TT, BM and TN, not SQ)</string>
<string name="NewMatchesType_default_Racketlon">TeamVsTeam_OneMatchPerPlayer</string> <!-- value of com.doubleyellow.scoreboard.prefs.NewMatchesType -->

<string name="scv_side_buttons_Racketlon">The __serve side buttons__ indicate
\n
Expand Down

0 comments on commit 16e1da9

Please sign in to comment.