Updated targetSdkVersion to 30 as otherwise Google wouldn't let me publish app on PlayStore
This commit is contained in:
parent
0f0f2a4f73
commit
c75129650a
|
@ -43,13 +43,13 @@ ext {
|
||||||
|
|
||||||
/* Android */
|
/* Android */
|
||||||
|
|
||||||
androidCompileSdkVersion = 29
|
androidCompileSdkVersion = 30
|
||||||
|
|
||||||
androidBuildToolsVersion = "29.0.3"
|
androidBuildToolsVersion = "30.0.3"
|
||||||
|
|
||||||
androidMinSdkVersion = 21 // TODO: fix SSLv3 / TLS and set back to 16
|
androidMinSdkVersion = 21 // TODO: fix SSLv3 / TLS and set back to 16
|
||||||
|
|
||||||
androidTargetSdkVersion = 29
|
androidTargetSdkVersion = 30
|
||||||
|
|
||||||
|
|
||||||
fileChooserDialogVersion = "1.3.1-androidx"
|
fileChooserDialogVersion = "1.3.1-androidx"
|
||||||
|
|
Loading…
Reference in New Issue