mirror of
http://galexander.org/git/simplesshd.git
synced 2025-08-04 09:08:05 +00:00
Bump to SDK 30, apparently without incident.
This commit is contained in:
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…
Reference in New Issue
Block a user