This commit is contained in:
Mario Danic 2017-02-21 23:14:56 +01:00 committed by AndyScherzinger
parent 9ce087e94f
commit 717e4b2096
No known key found for this signature in database
GPG key ID: 6CADC7E3523C308B
3 changed files with 7 additions and 0 deletions

View file

@ -61,6 +61,7 @@
android:name=".MainApp"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:fullBackupContent="@xml/backup_config"
android:theme="@style/Theme.ownCloud.Toolbar"
android:manageSpaceActivity="com.owncloud.android.ui.activity.ManageSpaceActivity">
<activity

View file

@ -49,6 +49,7 @@ dependencies {
compile 'com.getbase:floatingactionbutton:1.10.1'
compile 'com.google.code.findbugs:annotations:2.0.1'
compile group: 'commons-io', name: 'commons-io', version: '2.4'
compile 'com.google.android.gms:play-services:10.2.0'
compile 'com.evernote:android-job:1.1.6'
/// dependencies for local unit tests

View file

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<full-backup-content>
<exclude domain="sharedpref" path="evernote_jobs.xml" />
<exclude domain="database" path="evernote_jobs.db" />
</full-backup-content>