feat(core/security_features): better explanation of login response

This commit is contained in:
rhunk
2024-08-16 12:57:45 +02:00
parent ef1566add2
commit 47efdf165d
5 changed files with 70 additions and 14 deletions

View File

@@ -30,7 +30,7 @@ android {
standardOutput = gitHash
}
buildConfigField("String", "GIT_HASH", "\"${gitHash.toString(Charsets.UTF_8).trim()}\"")
buildConfigField("String", "SIF_ENDPOINT", "\"${properties["debug_sif_endpoint"]?.toString() ?: "https://raw.githubusercontent.com/SnapEnhance/resources/main/sif"}\"")
buildConfigField("String", "SIF_ENDPOINT", "\"${properties["debug_sif_endpoint"]?.toString() ?: "https://codeberg.org/SnapEnhance/resources/raw/branch/main/sif"}\"")
}
compileOptions {