Skip to content

Update AuthPass to 1 2 1, enable auto update

Herbert Poul requested to merge hpoul/fdroiddata:authpass-1-2-1 into master

I previously did not realize how the 'Tags' update check worked, and it required a version code inside AndroidManifest/build.gradle. Since flutter uses version/buildnumber in pubspec.yaml and only variables in the gradle file this doesn't work. Migrated to a txt file on my domain which should allow me to update it through my CI when releasing a new version.

Merge request reports