Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
Linhome-Android
Commits
e8e5f7ff
Commit
e8e5f7ff
authored
Jun 19, 2020
by
Christophe Deschamps
Browse files
Build adjustments
Former-commit-id: e9bb283fc5543e6a687806d60d874e88e29f3ca3
parent
20f8a9c4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
11 deletions
+17
-11
.gitlab-ci.yml
.gitlab-ci.yml
+3
-2
app/build.gradle
app/build.gradle
+14
-9
No files found.
.gitlab-ci.yml
View file @
e8e5f7ff
...
...
@@ -5,8 +5,9 @@ job-android:
image
:
gitlab.linphone.org:4567/bc/public/linphone-android/bc-dev-android:29
script
:
-
./gradlew "--build-file" "./build.gradle" assembleDebug "--stacktrace" "--no-daemon"
-
cp ./app/release/app-release.apk lindoor-debug-unsigned.apk
-
./gradlew app:dependencies | grep org.linphone
-
./gradlew assembleDebug
-
cp ./app/build/outputs/apk/debug/app-debug.apk lindoor-debug-unsigned.apk
artifacts
:
paths
:
...
...
app/build.gradle
View file @
e8e5f7ff
...
...
@@ -7,9 +7,9 @@ apply plugin: "androidx.navigation.safeargs"
apply
plugin:
'com.google.firebase.crashlytics'
repositories
{
//
maven {
//
url file(LinphoneSdkBuildDir + '/maven_repository/')
//
}
maven
{
url
file
(
LinphoneSdkBuildDir
+
'/maven_repository/'
)
}
maven
{
url
"https://linphone.org/maven_repository"
}
...
...
@@ -21,10 +21,6 @@ repositories {
android
{
compileSdkVersion
29
dataBinding
{
enabled
=
true
}
defaultConfig
{
applicationId
"org.linphone"
minSdkVersion
23
...
...
@@ -39,17 +35,26 @@ android {
variant
.
getMergedFlavor
().
manifestPlaceholders
=
[
lindoor_file_provider:
applicationId
+
".fileprovider"
]
}
buildFeatures
{
dataBinding
=
true
}
buildTypes
{
release
{
minifyEnabled
true
proguardFiles
getDefaultProguardFile
(
'proguard-android-optimize.txt'
),
'proguard-rules.pro'
firebaseCrashlytics
{
//nativeSymbolUploadEnabled true
nativeSymbolUploadEnabled
true
strippedNativeLibsDir
"build/intermediates/stripped_native_libs/debug/out/lib"
unstrippedNativeLibsDir
"build/intermediates/merged_native_libs/debug/out/lib"
}
}
debug
{
firebaseCrashlytics
{
//nativeSymbolUploadEnabled true
nativeSymbolUploadEnabled
true
strippedNativeLibsDir
"build/intermediates/stripped_native_libs/debug/out/lib"
unstrippedNativeLibsDir
"build/intermediates/merged_native_libs/debug/out/lib"
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment