Update project to minSdkVersion 9 because of usage of Arrays.copyOfRange at Address.java, Memo.java and Util.java

master
Vinícius 2017-07-24 19:46:33 -03:00
parent cadcca0230
commit 99769713eb
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ android {
buildToolsVersion "25.0.0"
defaultConfig {
minSdkVersion 3
minSdkVersion 9
targetSdkVersion 24
versionCode 4
versionName "0.4.2"