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:
committed by
Benoit Marty
parent
529a7aedcb
commit
5a5d4fda2d
@@ -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"
|
||||
|
Reference in New Issue
Block a user