Update project to minSdkVersion 9 because of usage of Arrays.copyOfRange at Address.java, Memo.java and Util.java
This commit is contained in:
parent
cadcca0230
commit
99769713eb
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue