Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jami-client-android
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
savoirfairelinux
jami-client-android
Commits
82753fd3
Commit
82753fd3
authored
Mar 6, 2022
by
Adrien Béraud
Browse files
Options
Downloads
Patches
Plain Diff
build: update kotlin, cleanup
Change-Id: Ie6459e9ab5f9c781b8b9d67d4541143b6709b64b
parent
d3f769a2
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
ring-android/app/build.gradle.kts
+4
-9
4 additions, 9 deletions
ring-android/app/build.gradle.kts
ring-android/build.gradle.kts
+1
-1
1 addition, 1 deletion
ring-android/build.gradle.kts
with
5 additions
and
10 deletions
ring-android/app/build.gradle.kts
+
4
−
9
View file @
82753fd3
...
@@ -29,19 +29,14 @@ android {
...
@@ -29,19 +29,14 @@ android {
}
}
buildTypes
{
buildTypes
{
getByName
(
"
debug
"
)
{
debug
{
isDebuggable
=
true
isDebuggable
=
true
proguardFiles
(
getDefaultProguardFile
(
"proguard-android.txt"
),
"proguard-rules.pro"
)
proguardFiles
(
getDefaultProguardFile
(
"proguard-android.txt"
),
"proguard-rules.pro"
)
packagingOptions
{
packagingOptions
{
doNotStrip
(
"*/armeabi/*.so"
)
jniLibs
.
keepDebugSymbols
+=
"**/*.so"
doNotStrip
(
"*/armeabi-v7a/*.so"
)
doNotStrip
(
"*/arm64-v8a/*.so"
)
doNotStrip
(
"*/x86/*.so"
)
doNotStrip
(
"*/x86_64/*.so"
)
}
}
}
}
getByName
(
"
release
"
)
{
release
{
isMinifyEnabled
=
true
isMinifyEnabled
=
true
proguardFiles
(
getDefaultProguardFile
(
"proguard-android-optimize.txt"
),
"proguard-rules.pro"
)
proguardFiles
(
getDefaultProguardFile
(
"proguard-android-optimize.txt"
),
"proguard-rules.pro"
)
}
}
...
...
This diff is collapsed.
Click to expand it.
ring-android/build.gradle.kts
+
1
−
1
View file @
82753fd3
...
@@ -5,7 +5,7 @@ buildscript {
...
@@ -5,7 +5,7 @@ buildscript {
mavenCentral
()
mavenCentral
()
}
}
val
kotlin_version
by
extra
{
"1.6.0"
}
val
kotlin_version
by
extra
{
"1.6.
1
0"
}
val
hilt_version
by
extra
{
"2.40.5"
}
val
hilt_version
by
extra
{
"2.40.5"
}
dependencies
{
dependencies
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment