From b081d310f8f010da40715078bd9165a3854a55c6 Mon Sep 17 00:00:00 2001 From: geeksville Date: Wed, 10 Jun 2020 17:13:26 -0700 Subject: [PATCH] Just tested on emulator version 21 and seems to work, so loosen restrictions --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 6dc564bf..fa0eb2a0 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -15,7 +15,7 @@ android { buildToolsVersion "29.0.3" defaultConfig { applicationId "com.geeksville.mesh" - minSdkVersion 22 // The oldest emulator image I have tried is 22 (though 21 probably works) + minSdkVersion 21 // The oldest emulator image I have tried is 22 (though 21 probably works) targetSdkVersion 29 versionCode 175 versionName "0.7.5"