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