Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Briar Desktop
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
briar
Briar Desktop
Commits
0f613510
Unverified
Commit
0f613510
authored
7 months ago
by
Sebastian
Browse files
Options
Downloads
Patches
Plain Diff
Upgrade briar-core and use lyrebird now
parent
575499c7
Branches
Branches containing commit
Tags
Tags containing commit
2 merge requests
!383
Upgrade briar-core and use lyrebird now
,
!381
Upgrade toolchain and dependencies
Pipeline
#17489
passed
7 months ago
Stage: test
Changes
3
Pipelines
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
briar
+1
-1
1 addition, 1 deletion
briar
briar-desktop/build.gradle.kts
+6
-12
6 additions, 12 deletions
briar-desktop/build.gradle.kts
build.gradle.kts
+3
-4
3 additions, 4 deletions
build.gradle.kts
with
10 additions
and
17 deletions
briar
@
1a603d52
Compare
6e4052fa
...
1a603d52
Subproject commit
6e4052fa877b07d969db10533885a7eb13285f8f
Subproject commit
1a603d52da68ab2e23891929089f0ee6e4721c6b
This diff is collapsed.
Click to expand it.
briar-desktop/build.gradle.kts
+
6
−
12
View file @
0f613510
...
...
@@ -93,8 +93,7 @@ buildData {
}
val
tor_version
:
String
by
rootProject
.
extra
val
obfs4proxy_version
:
String
by
rootProject
.
extra
val
snowflake_version
:
String
by
rootProject
.
extra
val
lyrebird_version
:
String
by
rootProject
.
extra
val
dagger_version
:
String
by
rootProject
.
extra
dependencies
{
...
...
@@ -106,24 +105,19 @@ dependencies {
macosX64
(
compose
.
desktop
.
macos_x64
)
currentOs
(
"org.briarproject:tor-${currentOS.id}:$tor_version"
)
currentOs
(
"org.briarproject:obfs4proxy-${currentOS.id}:$obfs4proxy_version"
)
currentOs
(
"org.briarproject:snowflake-${currentOS.id}:$snowflake_version"
)
currentOs
(
"org.briarproject:lyrebird-${currentOS.id}:$lyrebird_version"
)
linuxX64
(
"org.briarproject:tor-linux:$tor_version"
)
linuxX64
(
"org.briarproject:obfs4proxy-linux:$obfs4proxy_version"
)
linuxX64
(
"org.briarproject:snowflake-linux:$snowflake_version"
)
linuxX64
(
"org.briarproject:lyrebird-linux:$lyrebird_version"
)
windowsX64
(
"org.briarproject:tor-windows:$tor_version"
)
windowsX64
(
"org.briarproject:obfs4proxy-windows:$obfs4proxy_version"
)
windowsX64
(
"org.briarproject:snowflake-windows:$snowflake_version"
)
windowsX64
(
"org.briarproject:lyrebird-windows:$lyrebird_version"
)
macosArm64
(
"org.briarproject:tor-macos:$tor_version"
)
macosArm64
(
"org.briarproject:obfs4proxy-macos:$obfs4proxy_version"
)
macosArm64
(
"org.briarproject:snowflake-macos:$snowflake_version"
)
macosArm64
(
"org.briarproject:lyrebird-macos:$lyrebird_version"
)
macosX64
(
"org.briarproject:tor-macos:$tor_version"
)
macosX64
(
"org.briarproject:obfs4proxy-macos:$obfs4proxy_version"
)
macosX64
(
"org.briarproject:snowflake-macos:$snowflake_version"
)
macosX64
(
"org.briarproject:lyrebird-macos:$lyrebird_version"
)
implementation
(
compose
.
materialIconsExtended
)
// needed to access Dispatchers.Swing for EventExecutor
...
...
This diff is collapsed.
Click to expand it.
build.gradle.kts
+
3
−
4
View file @
0f613510
...
...
@@ -39,15 +39,14 @@ buildscript {
set
(
"dagger_version"
,
"2.51.1"
)
set
(
"okhttp_version"
,
"4.12.0"
)
set
(
"jackson_version"
,
"2.13.4"
)
set
(
"tor_version"
,
"0.4.8.9-1"
)
set
(
"obfs4proxy_version"
,
"0.0.14-tor2"
)
set
(
"snowflake_version"
,
"2.9.1"
)
set
(
"tor_version"
,
"0.4.8.14"
)
set
(
"lyrebird_version"
,
"0.5.0-3"
)
set
(
"jsoup_version"
,
"1.15.3"
)
set
(
"bouncy_castle_version"
,
"1.71"
)
set
(
"junit_version"
,
"4.13.2"
)
set
(
"jmock_version"
,
"2.12.0"
)
set
(
"mockwebserver_version"
,
"4.10.0"
)
set
(
"onionwrapper_version"
,
"0.1.
1
"
)
set
(
"onionwrapper_version"
,
"0.1.
3
"
)
}
}
...
...
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