1
0
mirror of https://github.com/vector-im/riotX-android synced 2025-10-06 00:02:48 +02:00

DSL value has shorter alias now

This commit is contained in:
Benoit Marty
2021-09-08 23:10:45 +02:00
committed by Benoit Marty
parent 529a7aedcb
commit 5a5d4fda2d
6 changed files with 18 additions and 19 deletions

View File

@@ -20,12 +20,11 @@ plugins {
}
android {
compileSdkVersion 30
buildToolsVersion "30.0.3"
compileSdk 30
defaultConfig {
minSdkVersion 21
targetSdkVersion 30
minSdk 21
targetSdk 30
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles "consumer-rules.pro"