linsui (8a7f5ef9) at 19 Mar 08:57
Update NymVPN to 31000
linsui (c1224bbc) at 19 Mar 08:56
Update Metronome to 24
We don't. It's not offline anyway.
Here is their pub key
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQDT1jId8RMJT8qIB01LkbyNujm3869it/4lbm8Un9XpK2+kuHHy53dL9gVKZbOuRJyMRa+JqL7582NZlu6aZ9sm99F8BjewsJv1yH8AV6YhaIekmsTtBrtmlDKIzQnYGc+X2g77aAib37BXKfTsBpG7lmf9wVWYjonk0mx0ic2PrjbEtJ1UB9jy6qc9C/qdUTKXLNJFhY/spVyhZFM7Wfp/zIhjHaxhnRSqKfcHYwR0yKNpQgy4GElEPYgISrrtxIJ4Zt+YWGCtjSfNFr5hBLb4nYs1XlLNiJhb7ka2iprfSo9igfDMxEYmJj+25DwbRDaIln8Y43wCzC8oEk3O0+ePxshOU8Vfr3iqfolCPbqMSJwc0jVVeVQZOhx/GzW1AAZwrWhorowrQ4TRKqooxMQF3y46aI0UnM752bNxEuHwBvLDekecRl1V2x9OBosd2l1gjo3Xer+SZUs/Ww//Dzyy7lfykQ7H+9wWqHr1fY0iO98bj2C2qEcW4M9WwykzPJdtNKZGnisK6mYTGH2wris4T5y6gsCtfKTIHs7dSnsw6PRKzBZ6j4XSk2MT+FvCLiAk9YnrXyFwYjGKDFcivHOxgWruuQnGRbxR1WicloF8YAnlf2ga06GbYxXbVRCdv/LrOdLD25ENshNunHl0Aqp0/sI9GS8KWfKBAoAc0ZIUtQ==
linsui (79712e87) at 19 Mar 08:28
linsui (94c3e37e) at 19 Mar 08:28
bot: Update Tailscale to 564
~com.tailscale.ipn checkupdates-bot run https://gitlab.com/fdroid/checkupdates-runner/-/jobs/13556332498
linsui (79712e87) at 19 Mar 08:28
fdroid build
linsui (7a91733a) at 19 Mar 08:20
Update Mercurygram to 6580019
linsui (72a20af7) at 19 Mar 08:10
Update Mercurygram to 6580019
linsui (7eaa655c) at 19 Mar 08:07
Update Tailscale to 564
Unprotect your branch.
Yes, name, email, etc. In this MR.
Can you remove java.toolchain.languageVersion = 17? Is this needed?
Remove DependencyInfoBlock for F-Droid
We find that there is a DependencyInfoBlock in your APK.
It's a Signing block added by AGP and encrypted with the Google public key so it can't be read by anyone else except Google. You can read more about it here, here and here.
While this was added a while ago, we were only enforcing it for new apps, and recently we started scanning updates too.
Could you please disable it with the following code?
android {
dependenciesInfo {
// Disables dependency metadata when building APKs.
includeInApk = false
// Disables dependency metadata when building Android App Bundles.
includeInBundle = false
}
}
Thanks!