Updated path to debug APK in CI

This commit is contained in:
Sylvain Berfini 2023-10-03 17:34:51 +02:00
parent 3971b18b04
commit 30d03d280c
2 changed files with 3 additions and 1 deletions

View file

@ -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

View file

@ -65,6 +65,8 @@ android {
buildFeatures {
dataBinding true
}
namespace 'org.linphone'
}
dependencies {