From 7aea35df6a1b2f8da74efe31c62d5ba83e4c4dc8 Mon Sep 17 00:00:00 2001 From: tianhui Date: Fri, 3 Aug 2018 19:08:59 +0900 Subject: [PATCH] Update build.gradle "Android-P" is not available at this time, it will throw an error "Packages Unavailable". --- AndResGuard-example/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AndResGuard-example/app/build.gradle b/AndResGuard-example/app/build.gradle index aa189a2f..0de581cb 100644 --- a/AndResGuard-example/app/build.gradle +++ b/AndResGuard-example/app/build.gradle @@ -62,7 +62,7 @@ crashlytics { android { - compileSdkVersion "android-P" + compileSdkVersion 26 buildToolsVersion "28.0.0-rc1"