From 4d3c8c6952a44f27e0c67b9b6f2f53b46e4d3f24 Mon Sep 17 00:00:00 2001 From: Michel Heily Date: Tue, 20 Oct 2020 01:52:43 +0300 Subject: [PATCH] android: Set targetSdkVersion to 26 Former-commit-id: 647d36a6c84561063475819d1dad2c58a731d1c0 Former-commit-id: b3dcb6a1d72f0f1634e23e2b08e9d1d8c74d9790 --- platform/android/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/android/app/build.gradle b/platform/android/app/build.gradle index e29fd39..07fd3f8 100644 --- a/platform/android/app/build.gradle +++ b/platform/android/app/build.gradle @@ -6,7 +6,7 @@ android { defaultConfig { applicationId "com.mrmichel.rustdroid_emu" minSdkVersion 21 - targetSdkVersion 23 + targetSdkVersion 26 versionCode 1 versionName "1.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"