1
0
mirror of http://galexander.org/git/simplesshd.git synced 2024-11-14 02:59:05 +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")))
android {
compileSdkVersion 28
buildToolsVersion "28.0.3"
compileSdkVersion 30
buildToolsVersion "30.0.2"
sourceSets {
main {
@ -25,7 +25,7 @@ android {
defaultConfig {
applicationId "org.galexander.sshd"
minSdkVersion 17
targetSdkVersion 28
targetSdkVersion 30
}
buildTypes {