Rename flavours to specify targetSdkVersion
The targetSdkVersion specifies which behaviour the app expects from the android platform. For past releases of BRouter the targetSdkVersion was specified in the filename, therefore this restores the old bevahior.
This commit is contained in:
parent
4e8b8643e6
commit
cf4a188e40
2 changed files with 6 additions and 7 deletions
|
|
@ -54,10 +54,10 @@ distributions {
|
|||
include 'readmes/*'
|
||||
include 'profiles2/*'
|
||||
}
|
||||
from ('../brouter-routing-app/build/outputs/apk/api10/release') {
|
||||
from ('../brouter-routing-app/build/outputs/apk/api19/release') {
|
||||
include '*.apk'
|
||||
}
|
||||
from ('../brouter-routing-app/build/outputs/apk/api19/release') {
|
||||
from ('../brouter-routing-app/build/outputs/apk/api30/release') {
|
||||
include '*.apk'
|
||||
}
|
||||
from ('../brouter-server/build/libs') {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue