webrtc/android: use a better name for the output apk
authorMatthew Waters <matthew@centricular.com>
Fri, 26 Jun 2020 06:17:44 +0000 (16:17 +1000)
committerMatthew Waters <matthew@centricular.com>
Wed, 19 Aug 2020 10:01:56 +0000 (20:01 +1000)
Instead of a generic app-debug.apk

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-examples/-/merge_requests/25>

webrtc/android/app/build.gradle

index 9092448..7644e1e 100644 (file)
@@ -9,7 +9,7 @@ android {
         targetSdkVersion 15
         versionCode 1
         versionName "1.0"
-
+        archivesBaseName = "$applicationId-v$versionCode"
 
         externalNativeBuild {
             ndkBuild {