diff --git a/shell/android-studio/reicast/build.gradle b/shell/android-studio/reicast/build.gradle index d31bf537e..ccb596386 100644 --- a/shell/android-studio/reicast/build.gradle +++ b/shell/android-studio/reicast/build.gradle @@ -25,13 +25,13 @@ def getVersionName = { -> } android { - compileSdkVersion 25 + compileSdkVersion 26 buildToolsVersion "27.0.3" defaultConfig { applicationId "com.reicast.emulator" minSdkVersion 16 - targetSdkVersion 25 + targetSdkVersion 26 versionCode getBuildId() versionName getVersionName() vectorDrawables.useSupportLibrary = true