mirror of
https://github.com/SimpleMobileTools/Simple-Flashlight.git
synced 2025-06-01 11:39:23 +02:00
remove deprecated kotlin-android-extensions and enable viewbinding
This commit is contained in:
parent
7d3c398a4b
commit
3e869f4473
@ -1,6 +1,5 @@
|
||||
apply plugin: 'com.android.application'
|
||||
apply plugin: 'kotlin-android'
|
||||
apply plugin: 'kotlin-android-extensions'
|
||||
|
||||
def keystorePropertiesFile = rootProject.file("keystore.properties")
|
||||
def keystoreProperties = new Properties()
|
||||
@ -31,6 +30,11 @@ android {
|
||||
}
|
||||
}
|
||||
|
||||
buildFeatures {
|
||||
buildConfig true
|
||||
viewBinding true
|
||||
}
|
||||
|
||||
buildTypes {
|
||||
debug {
|
||||
applicationIdSuffix ".debug"
|
||||
|
Loading…
x
Reference in New Issue
Block a user