Bump to SDK 30, apparently without incident.

master
Greg Alexander 3 years ago
parent 1e6c616089
commit abfff92c92

@ -4,8 +4,8 @@ def keyprops=new Properties()
keyprops.load(new FileInputStream(rootProject.file("keystore.properties"))) keyprops.load(new FileInputStream(rootProject.file("keystore.properties")))
android { android {
compileSdkVersion 28 compileSdkVersion 30
buildToolsVersion "28.0.3" buildToolsVersion "30.0.2"
sourceSets { sourceSets {
main { main {
@ -25,7 +25,7 @@ android {
defaultConfig { defaultConfig {
applicationId "org.galexander.sshd" applicationId "org.galexander.sshd"
minSdkVersion 17 minSdkVersion 17
targetSdkVersion 28 targetSdkVersion 30
} }
buildTypes { buildTypes {

Loading…
Cancel
Save