We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e53d11 commit cdaca1cCopy full SHA for cdaca1c
CHANGELOG.md
@@ -1,6 +1,10 @@
1
Release Notes
2
=============
3
4
+Version 6.8.2
5
+-------------
6
+Correct error 307 received when attempting to upload data to BGG
7
+
8
Version 6.8.1
9
-------------
10
* Correct problem logging into BGG
app/build.gradle
@@ -12,7 +12,7 @@ buildscript {
12
13
def versionMajor = 6
14
def versionMinor = 8
15
-def versionPatch = 1
+def versionPatch = 2
16
def versionBuild = 0
17
18
apply plugin: 'com.android.application'
0 commit comments