From dc08f9fb4893d6976707c3c7bb28e83b9cd0a389 Mon Sep 17 00:00:00 2001 From: misaochan Date: Fri, 28 Sep 2018 19:31:46 +1000 Subject: [PATCH] Should actually target SDK 25 See https://developer.android.com/training/notify-user/channels --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index c055be416..afb609bda 100644 --- a/gradle.properties +++ b/gradle.properties @@ -20,7 +20,7 @@ BUTTERKNIFE_VERSION=8.6.0 org.gradle.jvmargs=-Xmx1536M buildToolsVersion=27.0.0 #TODO: Change back to 27 in v2.9, see https://github.com/commons-app/apps-android-commons/issues/1877 -targetSdkVersion=26 +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