Skip to content

Commit

Permalink
Racketlon and CourtCare recompile with all recent changes
Browse files Browse the repository at this point in the history
  • Loading branch information
obbimi committed Sep 16, 2018
1 parent 3bbd244 commit 1e48038
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
4 changes: 2 additions & 2 deletions AndroidManifestCourtCare.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.doubleyellow.courtcaresquore"
android:versionCode="181"
android:versionName="4.10">
android:versionCode="193"
android:versionName="4.13">

<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
Expand Down
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="189"
android:versionCode="193"
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
4 changes: 2 additions & 2 deletions AndroidManifestUniOfNotthingham.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.doubleyellow.courtscore_uon"
android:versionCode="181"
android:versionName="4.10">
android:versionCode="193"
android:versionName="4.13">

<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
Expand Down
6 changes: 6 additions & 0 deletions res/raw/changelog_courtcare.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 4.13 (sept 2018)

- upgraded to use new google-play library to improve ChromeCast for e.g. Android 8
- added 'Serve' as possible option when app is in 'record statistics' mode
- several minor stability improvements

## 4.10 (march 2018)

- Configurable 'transparency' of the serve button of receiver
Expand Down

0 comments on commit 1e48038

Please sign in to comment.