Merge pull request #77 from vikulin/master

1. Back to API 33
This commit is contained in:
Vadym Vikulin 2022-11-25 15:59:34 +02:00 committed by GitHub
commit 3d825dcd15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,15 +6,15 @@ def acraSecretsProperties = new Properties()
acraSecretsProperties.load(new FileInputStream(acraSecretsPropertiesFile))
android {
compileSdkVersion 29
compileSdkVersion 33
defaultConfig {
applicationId "io.github.chronosx88.yggdrasil"
minSdkVersion 15
//noinspection ExpiredTargetSdkVersion
targetSdkVersion 29
targetSdkVersion 33
versionCode 40
versionName "2.1.3"
versionName "2.1.4"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
setProperty("archivesBaseName", project.getParent().name+"-"+versionName)