From 23d09e05c925c8a8b4b888fef9a0c1cc3a0811e0 Mon Sep 17 00:00:00 2001 From: Adrian Malacoda Date: Sat, 23 Jun 2018 02:07:12 -0500 Subject: [PATCH] Bump minSdkVersion to 15, which is the minimum supported SDK for the markdown library. --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 938efe5..07b18a6 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -32,7 +32,7 @@ android { defaultConfig { applicationId "net.monarchpass.android.robuteditor" - minSdkVersion 11 + minSdkVersion 15 targetSdkVersion 22 versionCode 48 versionName "1.20"