mirror of
https://github.com/xdsopl/robot36.git
synced 2026-01-02 22:50:01 +01:00
increase minSdkVersion to 16
support for 15 has been dropped upstream
This commit is contained in:
parent
6a8ab32d3e
commit
1d5a168e0c
|
|
@ -4,7 +4,7 @@ android {
|
|||
compileSdkVersion 27
|
||||
defaultConfig {
|
||||
applicationId "xdsopl.robot36"
|
||||
minSdkVersion 15
|
||||
minSdkVersion 16
|
||||
targetSdkVersion 27
|
||||
versionCode 39
|
||||
versionName "1.38"
|
||||
|
|
|
|||
Loading…
Reference in a new issue