Update Proton Auth to 1.3.5 (10305000)

This commit is contained in:
checkupdates bot 2025-11-27 04:34:53 +00:00 committed by Licaon_Kter
parent ab294a532e
commit 0c373bb32d

View file

@ -61,11 +61,51 @@ Builds:
gradleprops:
- apkBuild=true
- versionName: 1.3.5
versionCode: 10305000
commit: 37cdcf6556cd0f0e8b147038d59f68c9ee93c765
subdir: app
sudo:
- apt-get update
- apt-get install -y make golang-go
gradle:
- fdroid
- prod
srclibs:
- proton-gomobile-build-tool@9375f8893b85718f717e0b465a156e27c491d1e9
- protoncore@e87ee6de512763d4b530d6097d3329ffb81ca6e8
prebuild:
- sed -i -e 's/+ jobId//' ../platform/build-logic/src/main/kotlin/proton/android/authenticator/platform/buildlogic/domain/platform/configuration/PlatformAndroidConfig.kt
- echo -e "\norg.gradle.configuration-cache=false" >> ../gradle.properties
- sed -i -e 's/+ jobId//' build.gradle.kts
- sed -i -e '/plugins {/,/^}/d' -e '/includeCoreBuild {/,/^}/d' ../settings.gradle.kts
- sed -i -e '/signingConfigs/d' -e '/signingConfig/,/}$/d' build.gradle.kts
- sed -i -e '/io.sentry.android.gradle/d' build.gradle.kts
- sed -i -e '/sentry {/,/^}/d' build.gradle.kts
- sed -i -e 's_System.getenv().containsKey("CI")_true_g' ../build.gradle.kts
- sed -i -e 's|../../proton-libs/gopenpgp/gopenpgp.aar|libs/gopenpgp.aar|' build.gradle.kts
- sed -i -e 's|../proton-libs/gopenpgp/gopenpgp.aar|app/libs/gopenpgp.aar|'
../business/keys/build.gradle.kts
- sed -i -E -e "/go_version/s/[0-9.]+/$(go version | sed -n -E 's/.*go([0-9.]+).*/\1/p')/"
$$protoncore$$/gopenpgp/build-config.json
scandelete:
- platform/build-logic/build
build:
- sdkmanager 'platforms;android-36' 'platforms;android-35' 'build-tools;35.0.0'
- mkdir libs
- pushd $$proton-gomobile-build-tool$$
- make build cfg=$$protoncore$$/gopenpgp/build-config.json
- popd
- mv $$proton-gomobile-build-tool$$/out/android/gopenpgp.aar libs
ndk: 23.2.8568313
gradleprops:
- apkBuild=true
MaintainerNotes: The protoncore library should only be needed when building the gopenpgp
library, and the exact tag should not matter.
AutoUpdateMode: Version
UpdateCheckMode: Tags
UpdateCheckData: metadata/fdroid_version.txt|versionCode=(\d+)|.|versionName=(.*)
CurrentVersion: 1.3.4
CurrentVersionCode: 10304000
CurrentVersion: 1.3.5
CurrentVersionCode: 10305000