diff --git a/android/quest/build.gradle b/android/quest/build.gradle index 5f3d9bc..49575cc 100644 --- a/android/quest/build.gradle +++ b/android/quest/build.gradle @@ -64,13 +64,13 @@ def ver_tag = "git describe --tags --abbrev=0".execute().text.trim() println classpath android { - compileSdkVersion 26 + compileSdkVersion 28 android.buildToolsVersion "28.0.3" defaultConfig { applicationId = 'com.omixlab.panopainter' - minSdkVersion 21 - targetSdkVersion 26 + minSdkVersion 23 + targetSdkVersion 28 versionCode ver_count versionName "${ver_tag}.${ver_count}" // This block is different from the one you use to link Gradle diff --git a/android/quest/src/main/AndroidManifest.xml b/android/quest/src/main/AndroidManifest.xml index 9f1033e..d136bd7 100644 --- a/android/quest/src/main/AndroidManifest.xml +++ b/android/quest/src/main/AndroidManifest.xml @@ -18,8 +18,10 @@ android:value="vr_only"/>