Skip to content
This repository was archived by the owner on Dec 23, 2024. It is now read-only.

Commit 482fd48

Browse files
dnm
Signed-off-by: Tavi <[email protected]>
1 parent aa5f428 commit 482fd48

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@ pushd "$glean"
7070
gradle publishToMavenLocal
7171
popd
7272

73-
pushd "$android_components_as"
74-
gradle publishToMavenLocal
75-
popd
73+
#pushd "$android_components_as"
74+
#gradle publishToMavenLocal
75+
#popd
7676

7777
pushd "$application_services"
7878
export SQLCIPHER_LIB_DIR="$application_services/libs/desktop/linux-x86-64/sqlcipher/lib"

prebuild.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ popd
201201
#
202202

203203
pushd "$application_services"
204-
sed -i -e 's/60.0.0/60.0.1/' gradle/libs.versions.toml
204+
sed -i -e 's/60.1.0/60.1.1/' gradle/libs.versions.toml
205205
echo "rust.targets=linux-x86-64,$rusttarget" >> local.properties
206206
sed -i -e '/content {/,/}/d' build.gradle
207207
sed -i -e '/NDK ez-install/,/^$/d' libs/verify-android-ci-environment.sh

0 commit comments

Comments
 (0)