Update EBT New Note to v0.76.0

This commit is contained in:
Marvin 2024-04-13 09:32:47 +00:00 committed by linsui
parent 981929e65e
commit 31d9ad3396

View file

@ -153,10 +153,18 @@ Builds:
gradle:
- withoutKey
- versionName: 0.77.0
versionCode: 7700
commit: bdaf9ef4c2c4da7e8f90c982f1993da9bb916dc4
subdir: app
gradle:
- withoutKey
MaintainerNotes: ACRA is configured with the email sender only and hence strictly
opt-in
AutoUpdateMode: Version
UpdateCheckMode: Tags v\d+\.\d+(\.\d+)?
CurrentVersion: 0.75.0
CurrentVersionCode: 7500
UpdateCheckMode: Tags ^v[\d.]+$
UpdateCheckData: app/build.gradle|versionCode (\d+)|.|versionName "([\d.]+)"
CurrentVersion: 0.77.0
CurrentVersionCode: 7700