mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 11:28:06 +00:00
Updated path to debug APK in CI
This commit is contained in:
parent
3971b18b04
commit
30d03d280c
2 changed files with 3 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ job-android:
|
|||
|
||||
artifacts:
|
||||
paths:
|
||||
- ./app/build/outputs/apk/debug/linphone-android-debug-*.apk
|
||||
- ./app/build/outputs/apk/debug/app-debug.apk
|
||||
when: always
|
||||
expire_in: 1 week
|
||||
|
||||
|
|
|
|||
|
|
@ -65,6 +65,8 @@ android {
|
|||
buildFeatures {
|
||||
dataBinding true
|
||||
}
|
||||
|
||||
namespace 'org.linphone'
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue