mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-01-22 08:46:18 +01:00
Start using build flavors
This commit is contained in:
parent
92e58daa9b
commit
7ad1f2fcf1
2 changed files with 8 additions and 3 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -42,6 +42,4 @@ app.*.symbols
|
|||
app.*.map.json
|
||||
|
||||
# Android Studio will place build artifacts here
|
||||
/android/app/debug
|
||||
/android/app/profile
|
||||
/android/app/release
|
||||
/android/app/free*
|
||||
|
|
|
@ -52,6 +52,13 @@ android {
|
|||
}
|
||||
}
|
||||
|
||||
flavorDimensions "version"
|
||||
productFlavors {
|
||||
free {
|
||||
dimension "version"
|
||||
}
|
||||
}
|
||||
|
||||
splits {
|
||||
abi {
|
||||
enable true
|
||||
|
|
Loading…
Reference in a new issue