Skip to content

Commit d12b13a

Browse files
authored
android: bump OSS (#834)
OSS and Version updated to 1.103.69-tca79c1e09-g59f79ba28 Signed-off-by: Jonathan Nobels <jonathan@tailscale.com>
1 parent 59f79ba commit d12b13a

3 files changed

Lines changed: 15 additions & 15 deletions

File tree

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ android {
5555
// the Makefile's release-tv target rewrites this integer to end in 1 for
5656
// AndroidTV builds so phone (...0) and TV (...1) uploads stay
5757
// distinguishable in the Play Store.
58-
versionCode 297588040
58+
versionCode 297642100
5959
versionName getVersionProperty("VERSION_LONG")
6060
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
6161

go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ module github.com/tailscale/tailscale-android
33
go 1.26.5
44

55
require (
6-
github.com/tailscale/wireguard-go v0.0.0-20260715223240-2e01ba5b00f0
6+
github.com/tailscale/wireguard-go v0.0.0-20260730222847-4affce44577c
77
golang.org/x/mobile v0.0.0-20240806205939-81131f6468ab
8-
tailscale.com v1.103.0-pre.0.20260727162851-514e50bd1bd0
8+
tailscale.com v1.103.0-pre.0.20260804132903-ca79c1e09b4b
99
)
1010

1111
require (
@@ -37,7 +37,7 @@ require (
3737
github.com/djherbis/times v1.6.0 // indirect
3838
github.com/fxamacker/cbor/v2 v2.9.0 // indirect
3939
github.com/gaissmai/bart v0.26.1 // indirect
40-
github.com/go-json-experiment/json v0.0.0-20260214004413-d219187c3433 // indirect
40+
github.com/go-json-experiment/json v0.0.0-20260623181947-01eb4420fa68 // indirect
4141
github.com/go-ole/go-ole v1.3.0 // indirect
4242
github.com/go4org/hashtriemap v0.0.0-20251130024219-545ba229f689 // indirect
4343
github.com/godbus/dbus/v5 v5.2.2 // indirect
@@ -79,7 +79,7 @@ require (
7979
golang.org/x/crypto v0.54.0 // indirect
8080
golang.org/x/exp v0.0.0-20260410095643-746e56fc9e2f // indirect
8181
golang.org/x/mod v0.37.0 // indirect
82-
golang.org/x/net v0.56.0 // indirect
82+
golang.org/x/net v0.57.1-0.20260729233039-99c3b0a8f463 // indirect
8383
golang.org/x/oauth2 v0.36.0 // indirect
8484
golang.org/x/sync v0.22.0 // indirect
8585
golang.org/x/sys v0.47.0 // indirect

go.sum

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ github.com/gaissmai/bart v0.26.1 h1:+w4rnLGNlA2GDVn382Tfe3jOsK5vOr5n4KmigJ9lbTo=
7878
github.com/gaissmai/bart v0.26.1/go.mod h1:GREWQfTLRWz/c5FTOsIw+KkscuFkIV5t8Rp7Nd1Td5c=
7979
github.com/github/fakeca v0.1.0 h1:Km/MVOFvclqxPM9dZBC4+QE564nU4gz4iZ0D9pMw28I=
8080
github.com/github/fakeca v0.1.0/go.mod h1:+bormgoGMMuamOscx7N91aOuUST7wdaJ2rNjeohylyo=
81-
github.com/go-json-experiment/json v0.0.0-20260214004413-d219187c3433 h1:vymEbVwYFP/L05h5TKQxvkXoKxNvTpjxYKdF1Nlwuao=
82-
github.com/go-json-experiment/json v0.0.0-20260214004413-d219187c3433/go.mod h1:tphK2c80bpPhMOI4v6bIc2xWywPfbqi1Z06+RcrMkDg=
81+
github.com/go-json-experiment/json v0.0.0-20260623181947-01eb4420fa68 h1:KZaTBSyshWX3MP5jukJcNSuXDQTO+rNpt0J564dX/eg=
82+
github.com/go-json-experiment/json v0.0.0-20260623181947-01eb4420fa68/go.mod h1:tphK2c80bpPhMOI4v6bIc2xWywPfbqi1Z06+RcrMkDg=
8383
github.com/go-ole/go-ole v1.3.0 h1:Dt6ye7+vXGIKZ7Xtk4s6/xVdGDQynvom7xCFEdWr6uE=
8484
github.com/go-ole/go-ole v1.3.0/go.mod h1:5LS6F96DhAwUc7C+1HLexzMXY1xGRSryjyPPKW6zv78=
8585
github.com/go4org/hashtriemap v0.0.0-20251130024219-545ba229f689 h1:0psnKZ+N2IP43/SZC8SKx6OpFJwLmQb9m9QyV9BC2f8=
@@ -186,8 +186,8 @@ github.com/tailscale/web-client-prebuilt v0.0.0-20250124233751-d4cd19a26976 h1:U
186186
github.com/tailscale/web-client-prebuilt v0.0.0-20250124233751-d4cd19a26976/go.mod h1:agQPE6y6ldqCOui2gkIh7ZMztTkIQKH049tv8siLuNQ=
187187
github.com/tailscale/wf v0.0.0-20240214030419-6fbb0a674ee6 h1:l10Gi6w9jxvinoiq15g8OToDdASBni4CyJOdHY1Hr8M=
188188
github.com/tailscale/wf v0.0.0-20240214030419-6fbb0a674ee6/go.mod h1:ZXRML051h7o4OcI0d3AaILDIad/Xw0IkXaHM17dic1Y=
189-
github.com/tailscale/wireguard-go v0.0.0-20260715223240-2e01ba5b00f0 h1:CnIEL2n7Xql6Ux1k+Vu5S5ubDHCT/kxFgkKCY8FjefU=
190-
github.com/tailscale/wireguard-go v0.0.0-20260715223240-2e01ba5b00f0/go.mod h1:6SerzcvHWQchKO2BfNdmquA77CHSECZuFl+D9fp4RnI=
189+
github.com/tailscale/wireguard-go v0.0.0-20260730222847-4affce44577c h1:fR6xcHVMYn+YjyBTTQTRjJLi6/pg0pLF0em2pZqzsy0=
190+
github.com/tailscale/wireguard-go v0.0.0-20260730222847-4affce44577c/go.mod h1:6SerzcvHWQchKO2BfNdmquA77CHSECZuFl+D9fp4RnI=
191191
github.com/tailscale/xnet v0.0.0-20240729143630-8497ac4dab2e h1:zOGKqN5D5hHhiYUp091JqK7DPCqSARyUfduhGUY8Bek=
192192
github.com/tailscale/xnet v0.0.0-20240729143630-8497ac4dab2e/go.mod h1:orPd6JZXXRyuDusYilywte7k094d7dycXXU5YnWsrwg=
193193
github.com/tc-hib/winres v0.2.1 h1:YDE0FiP0VmtRaDn7+aaChp1KiF4owBiJa5l964l5ujA=
@@ -219,8 +219,8 @@ golang.org/x/mobile v0.0.0-20240806205939-81131f6468ab h1:KONOFF8Uy3b60HEzOsGnNg
219219
golang.org/x/mobile v0.0.0-20240806205939-81131f6468ab/go.mod h1:udWezQGYjqrCxz5nV321pXQTx5oGbZx+khZvFjZNOPM=
220220
golang.org/x/mod v0.37.0 h1:vF1DjpVEshcIqoEaauuHebaLk1O1forxjxBaVn884JQ=
221221
golang.org/x/mod v0.37.0/go.mod h1:m8S8VeM9r4dzDwjrKO0a1sZP3YjeMamRRlD+fmR2Q/0=
222-
golang.org/x/net v0.56.0 h1:Rw8j/hFzGvJUZwNBXnAtf5sVDVt+65SK2C7IxCxZt5o=
223-
golang.org/x/net v0.56.0/go.mod h1:D3Ku6r+V6JROoZK144D2XfMHFcMq/0zSfLelVTCFKec=
222+
golang.org/x/net v0.57.1-0.20260729233039-99c3b0a8f463 h1:56+vNxUDjzdwAJjglL/DMnp31nd8UeytlPRLbZfz55Q=
223+
golang.org/x/net v0.57.1-0.20260729233039-99c3b0a8f463/go.mod h1:KpXc8iv+r3XplLAG/f7Jsf9RPszJzdR0f58q9vGOuEU=
224224
golang.org/x/oauth2 v0.36.0 h1:peZ/1z27fi9hUOFCAZaHyrpWG5lwe0RJEEEeH0ThlIs=
225225
golang.org/x/oauth2 v0.36.0/go.mod h1:YDBUJMTkDnJS+A4BP4eZBjCqtokkg1hODuPjwiGPO7Q=
226226
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
@@ -257,11 +257,11 @@ gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
257257
gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
258258
gvisor.dev/gvisor v0.0.0-20260224225140-573d5e7127a8 h1:Zy8IV/+FMLxy6j6p87vk/vQGKcdnbprwjTxc8UiUtsA=
259259
gvisor.dev/gvisor v0.0.0-20260224225140-573d5e7127a8/go.mod h1:QkHjoMIBaYtpVufgwv3keYAbln78mBoCuShZrPrer1Q=
260-
honnef.co/go/tools v0.7.0 h1:w6WUp1VbkqPEgLz4rkBzH/CSU6HkoqNLp6GstyTx3lU=
261-
honnef.co/go/tools v0.7.0/go.mod h1:pm29oPxeP3P82ISxZDgIYeOaf9ta6Pi0EWvCFoLG2vc=
260+
honnef.co/go/tools v0.8.0-rc.1 h1:wqMm2kjcEXMOr+6yau+pdKqJKe6l2N1aKPkpini+Kzk=
261+
honnef.co/go/tools v0.8.0-rc.1/go.mod h1:XA+OnlRA9EDh/ukGvXMNSZNKGwFQJ+5dER0ioUkOxks=
262262
howett.net/plist v1.0.0 h1:7CrbWYbPPO/PyNy38b2EB/+gYbjCe2DXBxgtOOZbSQM=
263263
howett.net/plist v1.0.0/go.mod h1:lqaXoTrLY4hg8tnEzNru53gicrbv7rrk+2xJA/7hw9g=
264264
software.sslmate.com/src/go-pkcs12 v0.4.0 h1:H2g08FrTvSFKUj+D309j1DPfk5APnIdAQAB8aEykJ5k=
265265
software.sslmate.com/src/go-pkcs12 v0.4.0/go.mod h1:Qiz0EyvDRJjjxGyUQa2cCNZn/wMyzrRJ/qcDXOQazLI=
266-
tailscale.com v1.103.0-pre.0.20260727162851-514e50bd1bd0 h1:9UTMlJItfKsIEKTteu9h/Xqvzx3F+tyQBQpnaLrOFLk=
267-
tailscale.com v1.103.0-pre.0.20260727162851-514e50bd1bd0/go.mod h1:lHwVfG47Vb4UGHZPVb6rxURmDzjB3S7Jft48yOTNi6E=
266+
tailscale.com v1.103.0-pre.0.20260804132903-ca79c1e09b4b h1:SSWfXq61u0FXtclLC6rZpLS0D1qdelrz+7dH+G+c16I=
267+
tailscale.com v1.103.0-pre.0.20260804132903-ca79c1e09b4b/go.mod h1:kQUA0lYb/bqCJJZzShx+gqLSxggEFgXB4VDVZDzxWc8=

0 commit comments

Comments
 (0)