Merge branch 'master' into 'master'

release 2.3.0

See merge request fdroid/fdroidserver!1567
This commit is contained in:
Hans-Christoph Steiner 2024-11-21 16:01:50 +00:00
commit d69028e1b1
2 changed files with 4 additions and 4 deletions

View file

@ -2209,10 +2209,10 @@ SUSS_DEFAULT = r'''{
"https://www.android.com/gms/" "https://www.android.com/gms/"
], ],
"gradle_signatures": [ "gradle_signatures": [
"com.google.gms(?!.google-services)",
"com.google.android.gms(?!.oss-licenses-plugin)", "com.google.android.gms(?!.oss-licenses-plugin)",
"com.google.android.ump", "com.google.android.ump",
"androidx.core:core-google-shortcuts", "androidx.core:core-google-shortcuts",
"androidx.credentials:credentials",
"androidx.credentials:credentials-play-services-auth", "androidx.credentials:credentials-play-services-auth",
"androidx.media3:media3-cast", "androidx.media3:media3-cast",
"androidx.media3:media3-datasource-cronet", "androidx.media3:media3-datasource-cronet",
@ -2937,7 +2937,7 @@ SUSS_DEFAULT = r'''{
"license": "NonFree" "license": "NonFree"
} }
}, },
"timestamp": 1725205987.66681, "timestamp": 1728920062.92063,
"version": 1, "version": 1,
"last_updated": 1725950235.569432 "last_updated": 1732198944.559238
}''' }'''

View file

@ -70,7 +70,7 @@ with open("README.md", "r") as fh:
setup( setup(
name='fdroidserver', name='fdroidserver',
version='2.3a2', version='2.3.0',
description='F-Droid Server Tools', description='F-Droid Server Tools',
long_description=long_description, long_description=long_description,
long_description_content_type='text/markdown', long_description_content_type='text/markdown',