Skip to content

Commit 3877763

Browse files
committed
Bump version
1 parent 4a8ffc5 commit 3877763

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20260527110433
1+
20260531105624

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[versions]
22
ksp = "2.3.7"
3-
aboutlibraries = "14.2.0"
3+
aboutlibraries = "14.2.1"
44
protobuf = "0.10.0"
55
android-gradle-plugin = "9.2.1"
66
kotlin-gradle-plugin = "2.3.21"
@@ -18,7 +18,7 @@ room = "2.7.2"
1818
material = "1.13.0"
1919
gson = "2.14.0"
2020
zxing-core = "3.5.4"
21-
protobuf-java = "4.34.1"
21+
protobuf-java = "4.35.0"
2222
preference = "1.2.1"
2323
flexbox = "3.0.0"
2424
snakeyaml = "2.6"

library/proto-stub/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ android {
2323

2424
protobuf {
2525
protoc {
26-
artifact = "com.google.protobuf:protoc:4.34.1"
26+
artifact = "com.google.protobuf:protoc:4.35.0"
2727
}
2828
generateProtoTasks {
2929
all().forEach {

version.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PACKAGE_NAME=com.github.dyhkwong.sagernet
2-
VERSION_NAME=0.17.42-beta.2
3-
VERSION_CODE=355
2+
VERSION_NAME=0.17.42-beta.3
3+
VERSION_CODE=356
44

55
NAIVE_VERSION_NAME=148.0.7778.96-6
66
NAIVE_VERSION=275

0 commit comments

Comments
 (0)