summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorŁukasz Paczos <lukasz.paczos@mapbox.com>2018-03-14 15:41:15 +0100
committerGitHub <noreply@github.com>2018-03-14 15:41:15 +0100
commit3294f279e32315fc904e84317076c0a634091f14 (patch)
tree8768c315bd87c7a13433c95e98a1e591bcb61df4
parent4404a2669bf5278eba902e4c183932809204fa7c (diff)
downloadqtlocation-mapboxgl-3294f279e32315fc904e84317076c0a634091f14.tar.gz
[android] build release Test App before publishing (#11418)
-rw-r--r--circle.yml3
-rw-r--r--platform/android/MapboxGLAndroidSDKTestApp/build.gradle2
2 files changed, 4 insertions, 1 deletions
diff --git a/circle.yml b/circle.yml
index c40b6c9c11..e221687845 100644
--- a/circle.yml
+++ b/circle.yml
@@ -389,6 +389,9 @@ jobs:
- run:
name: Build package
command: make apackage
+ - run:
+ name: Build release Test App
+ command: make android
- *show-ccache-stats
- *save-cache
- *save-gradle-cache
diff --git a/platform/android/MapboxGLAndroidSDKTestApp/build.gradle b/platform/android/MapboxGLAndroidSDKTestApp/build.gradle
index 135b46e0fe..30e989c79b 100644
--- a/platform/android/MapboxGLAndroidSDKTestApp/build.gradle
+++ b/platform/android/MapboxGLAndroidSDKTestApp/build.gradle
@@ -39,7 +39,7 @@ android {
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
release {
- minifyEnabled false
+ minifyEnabled true
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}