summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Waters <matthew@centricular.com>2020-06-26 16:17:44 +1000
committerMatthew Waters <matthew@centricular.com>2020-08-19 20:01:56 +1000
commit101d9965e54d380aa76f1c88372fc3374369ed9e (patch)
tree710bfff00cd88b8cc085058e4175eb3dd89e03e2
parenta7daeb14c386e7017ba7f64e00a851112aed54a4 (diff)
webrtc/android: use a better name for the output apk
Instead of a generic app-debug.apk Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-examples/-/merge_requests/25>
-rw-r--r--webrtc/android/app/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/webrtc/android/app/build.gradle b/webrtc/android/app/build.gradle
index 9092448..7644e1e 100644
--- a/webrtc/android/app/build.gradle
+++ b/webrtc/android/app/build.gradle
@@ -9,7 +9,7 @@ android {
targetSdkVersion 15
versionCode 1
versionName "1.0"
-
+ archivesBaseName = "$applicationId-v$versionCode"
externalNativeBuild {
ndkBuild {