Skip to content

Commit 2104dc4

Browse files
committed
Hello Beta 3
1 parent dfe3b8c commit 2104dc4

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ android {
3636
applicationId "com.team980.thunderscout"
3737
minSdkVersion 16
3838
targetSdkVersion 26
39-
versionCode 13 //Next public release: 14
40-
versionName "2.0-beta2" //2018 will be when I make the semantic change
39+
versionCode 14 //Next public release: 15
40+
versionName "2.0-beta3" //2018 will be when I make the semantic change
4141
resConfigs "en"
4242
}
4343

app/src/main/res/values/strings.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,12 @@
2626
<string name="app_name">ThunderScout</string>
2727

2828
<!--- TODO These must be updated for every public release!-->
29-
<!--- TODO Last update: v13 -->
29+
<!--- TODO Last update: v14 -->
3030
<string name="update_notes">
31-
Beta 2 adds a variable delay to client-side Bluetooth transmissions based on the data\'s AllianceStation. This should improve Bluetooth reliability.
31+
Hotfix release: Fixed the bug that was causing all CSV imports to fail and crash the app.
3232
\n
3333
\nKnown issues:
34+
\n&#8226; The Bluetooth server may fail to receive matches logged as successfully sent by the client device.
3435
\n&#8226; The match schedule currently does not show when multiple matches occupy the same slot.
3536
\n&#8226; The Alliances menu is unimplemented.
3637
\n&#8226; The Feed has been removed and will be replaced with a similar feature in a future release.

0 commit comments

Comments
 (0)