mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 03:18:06 +00:00
Fixed generated APK name & .gitlab-ci artifact path
This commit is contained in:
parent
919abd3bd3
commit
73fda1fb25
3 changed files with 2 additions and 3 deletions
|
|
@ -16,7 +16,7 @@ job-android:
|
|||
|
||||
artifacts:
|
||||
paths:
|
||||
- ./app/build/outputs/apk/debug/app-debug.apk
|
||||
- ./app/build/outputs/apk/debug/linphone-android-debug-6.0.0.apk
|
||||
when: always
|
||||
expire_in: 1 week
|
||||
|
||||
|
|
|
|||
|
|
@ -82,7 +82,7 @@ android {
|
|||
|
||||
applicationVariants.configureEach { variant ->
|
||||
variant.outputs.configureEach {
|
||||
outputFileName = "linphone-android-${variant.buildType.name}-${project.version}.apk"
|
||||
outputFileName = "linphone-android-${variant.buildType.name}-${versionName}.apk"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -8,7 +8,6 @@ import android.net.Uri
|
|||
import android.os.Environment
|
||||
import android.os.ParcelFileDescriptor
|
||||
import android.provider.MediaStore
|
||||
import android.text.PrecomputedText
|
||||
import android.widget.ImageView
|
||||
import androidx.annotation.UiThread
|
||||
import androidx.lifecycle.MutableLiveData
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue