Merge pull request #11426 from Florin9doi/ANDROID_DEPS

Android: Update deps; Cannot reproduce #11420
This commit is contained in:
Henrik Rydgård 2018-09-29 09:35:56 +02:00 committed by GitHub
commit 2e8e28f789
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -35,7 +35,7 @@ android {
}
}
compileSdkVersion 28
buildToolsVersion '28.0.0'
buildToolsVersion '28.0.3'
defaultConfig {
applicationId 'org.ppsspp.ppsspp'
if (androidGitVersion.name() != "unknown" && androidGitVersion.code() >= 14000000) {

View file

@ -5,7 +5,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.1.4'
classpath 'com.android.tools.build:gradle:3.2.0'
}
}