diff --git a/build.gradle b/build.gradle index 41e589fb..370a3595 100644 --- a/build.gradle +++ b/build.gradle @@ -43,13 +43,13 @@ ext { /* Android */ - androidCompileSdkVersion = 29 + androidCompileSdkVersion = 30 - androidBuildToolsVersion = "29.0.3" + androidBuildToolsVersion = "30.0.3" androidMinSdkVersion = 21 // TODO: fix SSLv3 / TLS and set back to 16 - androidTargetSdkVersion = 29 + androidTargetSdkVersion = 30 fileChooserDialogVersion = "1.3.1-androidx"