From c2cbddc24f2dfa8932c37484e25d8a32117754f7 Mon Sep 17 00:00:00 2001 From: wdjorwcobfwj <54598854+wdjorwcobfwj@users.noreply.github.com> Date: Wed, 28 Aug 2019 06:28:05 +0800 Subject: [PATCH] Update --- limbo-android-x86/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/limbo-android-x86/build.gradle b/limbo-android-x86/build.gradle index 7f7f510e4..728fbc5d1 100644 --- a/limbo-android-x86/build.gradle +++ b/limbo-android-x86/build.gradle @@ -1,13 +1,13 @@ apply plugin: 'com.android.application' android { - compileSdkVersion 26 + compileSdkVersion 28 buildToolsVersion '28.0.3' defaultConfig { applicationId "com.limbo.emu.main" minSdkVersion 21 - targetSdkVersion 26 + targetSdkVersion 28 } buildTypes { @@ -28,7 +28,7 @@ android { dependencies { implementation fileTree(include: ['*.jar'], dir: 'libs') - implementation 'com.android.support:appcompat-v7:26.1.0' + implementation 'androidx.appcompat:appcompat:1.1.0-rc01' implementation project(':limbo-android-lib') }