1
0
mirror of http://galexander.org/git/simplesshd.git synced 2025-08-04 17:15:18 +00:00

Bump to SDK 30, apparently without incident.

This commit is contained in:
Greg Alexander 2020-12-29 00:00:05 -05:00
parent 1e6c616089
commit abfff92c92

View File

@ -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 {