Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
This commit is contained in:
tobiasKaminsky 2018-03-23 12:16:59 +01:00
parent 0d63edb93e
commit 34836de79d
No known key found for this signature in database
GPG Key ID: 0E00D4D47D0C5AF7
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
## 3.1.0
- enhance support for 8.x
- speed improvements
- minor UI/UX improvements
- many bug fixes
## 3.0.3 (Mar, 05, 2018)
- Fix creating folders in auto upload

View File

@ -55,7 +55,7 @@ repositories {
def versionMajor = 3
def versionMinor = 1
def versionPatch = 0
def versionBuild = 0 // 0-49=Alpha / 50-98=RC / 99=stable
def versionBuild = 50 // 0-49=Alpha / 50-98=RC / 99=stable
android {
lintOptions {