Revert to using target SDK hotfix for 2.8.4 (#1908)

* Revert "Cherry-pick dbrant's PR from master"

This reverts commit 718c70936d.

* Change target SDK to 26 temporarily

* Should actually target SDK 25

See https://developer.android.com/training/notify-user/channels
This commit is contained in:
Josephine Lim 2018-09-28 19:37:02 +10:00 committed by GitHub
parent 718c70936d
commit 0b0cfd49c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 17 deletions

View file

@ -19,7 +19,8 @@ android.useDeprecatedNdk=true
BUTTERKNIFE_VERSION=8.6.0
org.gradle.jvmargs=-Xmx1536M
buildToolsVersion=27.0.0
targetSdkVersion=27
#TODO: Change back to 27 in v2.9, see https://github.com/commons-app/apps-android-commons/issues/1877
targetSdkVersion=25
#TODO: Temporary disabled. https://developer.android.com/studio/build/gradle-plugin-3-0-0-migration.html#aapt2
#Refer to PR: https://github.com/commons-app/apps-android-commons/pull/932