Skip to content
Snippets Groups Projects
Commit 2539918d authored by Julia Friesel's avatar Julia Friesel
Browse files

Merge branch '334-check-for-min-android-version-to-use-drip-with' into 'master'

Resolve "Check for min Android version to use drip with"

Closes #334

See merge request bloodyhealth/drip!235
parents 5b2cd1c8 a9e84b92
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@ allprojects {
ext {
buildToolsVersion = "27.0.3"
minSdkVersion = 16
minSdkVersion = 23
compileSdkVersion = 27
targetSdkVersion = 27
supportLibVersion = "27.1.1"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment