added buildFeatures in app level
This commit is contained in:
parent
3de4b508b2
commit
87ac1a2f8d
|
@ -18,6 +18,9 @@ android {
|
|||
'RtlCompat', 'RtlHardcoded', 'MissingMediaBrowserServiceIntentFilter', 'VectorPath',
|
||||
'InvalidPeriodicWorkRequestInterval', 'NotifyDataSetChanged', 'RtlEnabled'
|
||||
}
|
||||
buildFeatures {
|
||||
buildConfig true
|
||||
}
|
||||
defaultConfig {
|
||||
// Version code schema:
|
||||
// "1.2.3-beta4" -> 1020304
|
||||
|
|
Loading…
Reference in New Issue