Browse Source

Drop min API level to 16, we'll see how this goes, Samsung.

Aidan Follestad 6 years ago
parent
commit
a1f1b19295
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dependencies.gradle

+ 1 - 1
dependencies.gradle

@@ -1,5 +1,5 @@
 ext.versions = [
-    minSdk            : 17,
+    minSdk            : 16,
     compileSdk        : 28,
     buildTools        : '28.0.1',
     publishVersion    : '2.0.0-alpha04',