Update Find my IP to 4.0.0 (11)

This commit is contained in:
F-Droid checkupdates bot 2025-05-07 05:12:20 +00:00 committed by linsui
parent c898f7ce8b
commit 2af9c2be48

View file

@ -13,7 +13,7 @@ AutoName: Find my IP
RepoType: git
Repo: https://github.com/maksimowiczm/find-my-ip
Binaries: https://github.com/maksimowiczm/find-my-ip/releases/download/%v/find-my-ip-%v.apk
Binaries: https://github.com/maksimowiczm/find-my-ip/releases/download/v%v/find-my-ip-%v.apk
Builds:
- versionName: v1.0.0
@ -22,6 +22,7 @@ Builds:
subdir: app
gradle:
- yes
binary: https://github.com/maksimowiczm/find-my-ip/releases/download/%v/find-my-ip-%v.apk
- versionName: v1.1.1
versionCode: 3
@ -29,6 +30,7 @@ Builds:
subdir: app
gradle:
- yes
binary: https://github.com/maksimowiczm/find-my-ip/releases/download/%v/find-my-ip-%v.apk
- versionName: v1.2.0
versionCode: 4
@ -36,6 +38,7 @@ Builds:
subdir: app
gradle:
- yes
binary: https://github.com/maksimowiczm/find-my-ip/releases/download/%v/find-my-ip-%v.apk
- versionName: v2.0.0
versionCode: 5
@ -43,6 +46,7 @@ Builds:
subdir: composeApp
gradle:
- yes
binary: https://github.com/maksimowiczm/find-my-ip/releases/download/%v/find-my-ip-%v.apk
- versionName: v2.0.1
versionCode: 6
@ -55,6 +59,7 @@ Builds:
- update-alternatives --auto java
gradle:
- yes
binary: https://github.com/maksimowiczm/find-my-ip/releases/download/%v/find-my-ip-%v.apk
- versionName: v2.0.2
versionCode: 8
@ -62,6 +67,7 @@ Builds:
subdir: composeApp
gradle:
- yes
binary: https://github.com/maksimowiczm/find-my-ip/releases/download/%v/find-my-ip-%v.apk
- versionName: v2.0.3
versionCode: 9
@ -69,6 +75,7 @@ Builds:
subdir: composeApp
gradle:
- yes
binary: https://github.com/maksimowiczm/find-my-ip/releases/download/%v/find-my-ip-%v.apk
- versionName: v3.0.0
versionCode: 10
@ -76,10 +83,25 @@ Builds:
subdir: composeApp
gradle:
- yes
binary: https://github.com/maksimowiczm/find-my-ip/releases/download/%v/find-my-ip-%v.apk
- versionName: 4.0.0
versionCode: 11
commit: 558f634a949fdb9604023816c259a5393e2c1c1e
subdir: app
gradle:
- openSource
- ipify
srclibs:
- reproducible-apk-tools@v0.3.0
postbuild:
- mv $$OUT$$ unaligned.apk
- $$reproducible-apk-tools$$/zipalign.py --page-size 16 --pad-like-apksigner
--replace unaligned.apk $$OUT$$
AllowedAPKSigningKeys: 8fb26f9ff3a2f955d6133789a7ebac28a348e9438df13584d1d7e66aafdd7ea6
AutoUpdateMode: Version
UpdateCheckMode: Tags ^v[0-9.]+$
CurrentVersion: v3.0.0
CurrentVersionCode: 10
CurrentVersion: 4.0.0
CurrentVersionCode: 11