mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03:00
Merge branch 'master' into 'master'
release 2.3.0 See merge request fdroid/fdroidserver!1567
This commit is contained in:
commit
d69028e1b1
2 changed files with 4 additions and 4 deletions
|
@ -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
|
||||||
}'''
|
}'''
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -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',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue