1
0
mirror of https://framagit.org/tom79/nitterizeme synced 2025-01-05 13:09:25 +01:00

release 1.19.0

This commit is contained in:
Thomas 2021-06-11 18:44:00 +02:00
parent 2f086199bd
commit 782d969413

View File

@ -2,12 +2,12 @@ apply plugin: 'com.android.application'
android {
compileSdkVersion 30
buildToolsVersion "30.0.2"
buildToolsVersion "30.0.3"
defaultConfig {
minSdkVersion 15
targetSdkVersion 30
versionCode 30
versionName "1.18.0"
versionCode 31
versionName "1.19.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
lintOptions {