Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
briar
briar
Commits
7319398c
Commit
7319398c
authored
Jan 11, 2022
by
Torsten Grote
Browse files
Merge branch 'dex-method-limit' into 'master'
Update ProGuard rules to stay within dex method limit See merge request
!1576
parents
af3389e0
841b8133
Pipeline
#9172
failed with stages
in 33 minutes and 19 seconds
Changes
2
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
7319398c
...
...
@@ -32,9 +32,9 @@ test:
extends
:
.base-test
stage
:
test
script
:
-
./gradlew
--no-daemon
-Djava.security.egd=file:/dev/urandom animalSnifferMain animalSnifferTest
-
./gradlew
--no-daemon
-Djava.security.egd=file:/dev/urandom :briar-headless:linuxJars
-
./gradlew
--no-daemon
-Djava.security.egd=file:/dev/urandom compileOfficialDebugAndroidTestSources compileScreenshotDebugAndroidTestSources check
-
./gradlew -Djava.security.egd=file:/dev/urandom animalSnifferMain animalSnifferTest
-
./gradlew -Djava.security.egd=file:/dev/urandom
assembleOfficialDebug
:briar-headless:linuxJars
-
./gradlew -Djava.security.egd=file:/dev/urandom compileOfficialDebugAndroidTestSources compileScreenshotDebugAndroidTestSources check
rules
:
-
if
:
'
$CI_PIPELINE_SOURCE
==
"merge_request_event"'
when
:
always
...
...
bramble-android/proguard-rules.txt
View file @
7319398c
-keep,includedescriptorclasses class org.briarproject.** { *; }
-keep class org.h2.** { *; }
# Keep the H2 classes that are loaded via reflection
-keep class org.h2.Driver { *; }
-keep class org.h2.engine.Engine { *; }
-keep class org.h2.store.fs.** { *; }
# Don't warn about unused dependencies of H2 classes
-dontwarn org.h2.**
-dontnote org.h2.**
...
...
@@ -15,5 +17,4 @@
-dontwarn sun.misc.Unsafe
-dontnote com.google.common.**
# UPnP library isn't used
-dontwarn org.bitlet.weupnp.**
-dontwarn com.fasterxml.jackson.databind.ext.Java7SupportImpl
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