Compare commits

..

1 Commits

Author SHA1 Message Date
Aleksandr 42aa6a7aef
Merge 2156217106 into c3d5470ef7 2026-01-21 03:26:32 +00:00
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
//go:build !protector_android
// +build !protector_android
//go:build !android
// +build !android
package main

View File

@ -1,5 +1,5 @@
//go:build protector_android
// +build protector_android
//go:build android
// +build android
package main