jenkins-bot has submitted this change and it was merged.
Change subject: 6.0 disable backup + bump target SDK to 23
......................................................................
6.0 disable backup + bump target SDK to 23
Had issues testing the backup and restore of app data.
So, I'm disabling it for now. (See earlier PatchSet for details.)
Also bumping target SDK level to 23 since this should be the
last step to get ready for Marshmallow. (The runtime permission
code for share-a-fact should come when that gets re-enabled
for 6.0 devices).
Bug: T116232
Change-Id: I12bbf6dea7b366b3da7a6d3707d642e241812169
---
M app/build.gradle
M app/src/main/AndroidManifest.xml
2 files changed, 3 insertions(+), 2 deletions(-)
Approvals:
Sniedzielski: Looks good to me, approved
Mholloway: Looks good to me, but someone else must approve
jenkins-bot: Verified
diff --git a/app/build.gradle b/app/build.gradle
index 157c0b4..476b82a 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -56,7 +56,7 @@
defaultConfig {
applicationId 'org.wikipedia'
minSdkVersion 15
- targetSdkVersion 22
+ targetSdkVersion 23
versionCode 133
testApplicationId 'org.wikipedia.test'
testInstrumentationRunner
'android.support.test.runner.AndroidJUnitRunner'
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index 5ffe37a..2e44841 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -29,7 +29,8 @@
<uses-feature android:name="android.hardware.faketouch"
android:required="true" />
<application
- android:allowBackup="true"
+ android:allowBackup="false"
+ tools:replace="android:allowBackup"
android:supportsRtl="true"
android:icon="@mipmap/launcher"
android:label="@string/app_name"
--
To view, visit https://gerrit.wikimedia.org/r/248286
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I12bbf6dea7b366b3da7a6d3707d642e241812169
Gerrit-PatchSet: 5
Gerrit-Project: apps/android/wikipedia
Gerrit-Branch: master
Gerrit-Owner: BearND <[email protected]>
Gerrit-Reviewer: BearND <[email protected]>
Gerrit-Reviewer: Brion VIBBER <[email protected]>
Gerrit-Reviewer: Dbrant <[email protected]>
Gerrit-Reviewer: Mholloway <[email protected]>
Gerrit-Reviewer: Niedzielski <[email protected]>
Gerrit-Reviewer: Sniedzielski <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits