From 07130abf23c39dfaddf94d8af20e5dbe140bcaf5 Mon Sep 17 00:00:00 2001 From: str4d <str4d@mail.i2p> Date: Fri, 27 Jun 2014 15:15:15 +0000 Subject: [PATCH] Update min API to 9 (Gingerbread) --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index f5686df05..c76369087 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -7,7 +7,7 @@ android { defaultConfig { applicationId "net.i2p.android.router" - minSdkVersion 8 + minSdkVersion 9 targetSdkVersion 19 } -- GitLab