Skip to content

Commit

Permalink
Release 1.2.0
Browse files Browse the repository at this point in the history
* Updated: UI
* Fixed: share crashing
* Added: options to backup Device Protected Data and External Data
  • Loading branch information
machiav3lli committed Jun 10, 2020
1 parent ff2591c commit c6a7def
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ Map<String, Integer> abiVersionCodes = [
]

int versionMajor = 1
int versionMinor = 1
int versionPath = 1
int versionMinor = 2
int versionPath = 0

android {
compileSdkVersion 29
Expand Down
6 changes: 6 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
changelog
=========

1.2.0 (10.06.2020)
-------------------
* updated: UI
* fixed: share crashing
* added: options to backup Device Protected Data and External Data

1.1.1 (04.06.2020)
-------------------
* added: Exodus report shortcut to AppSheet
Expand Down
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/1200.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
**OAndBackupX 1.2.0**
* Updated: UI
* Fixed: share crashing
* Added: options to backup Device Protected Data and External Data

0 comments on commit c6a7def

Please sign in to comment.