Update gradle config and fix minSdkVersion problems in manifest

This commit is contained in:
edr
2020-04-15 19:46:38 +02:00
parent 92bfb5db5f
commit 816f4554bb
3 changed files with 3 additions and 6 deletions

View File

@@ -5,7 +5,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.0.1'
classpath 'com.android.tools.build:gradle:3.5.1'
}
}