Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
"Android-P" is not available at this time, it will throw an error "Packages Unavailable".
  • Loading branch information
mikeyang01 authored Aug 3, 2018
1 parent 1caaa5c commit 7aea35d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AndResGuard-example/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ crashlytics {


android {
compileSdkVersion "android-P"
compileSdkVersion 26
buildToolsVersion "28.0.0-rc1"


Expand Down

0 comments on commit 7aea35d

Please sign in to comment.