Skip to content

Commit

Permalink
Lower minSdk to 14 (#54)
Browse files Browse the repository at this point in the history
To have more compatibility with cordova projects using minSDK 14.

Tested with device API 14 and it works.
  • Loading branch information
tonywis authored and vanniktech committed Oct 11, 2018
1 parent dbc32db commit b9d68ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ apply plugin: 'com.vanniktech.android.junit.jacoco'

buildscript {
ext.versions = [
minSdk: 15,
minSdk: 14,
compileSdk: 27,
targetSdk: 27,
supportLibrary: '27.1.1',
Expand Down

0 comments on commit b9d68ed

Please sign in to comment.