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

This commit is contained in:
Vinícius 2017-07-24 19:46:33 -03:00
parent cadcca0230
commit 99769713eb

View file

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