Merge branch 'release-2.0rc1' into 'master'

Release 2.0-rc1

See merge request fdroid/fdroidclient!1719
This commit is contained in:
Michael Pöhn committed 2026-08-19 22:11:39 +00:00
commit 4d994bc1a9
2 files changed
+11 -2

No files matched your search

+9
View File
@@ -1,3 +1,12 @@
### 2.0-rc1 (2026-08-20)
* Use better donation service icons
* Don't skip repo updates when clock had been in the future
* Fix crash when using back gesture while menu is open
* Fix crash when Wi-Fi IP changed (full only)
* Prevent nearby crashes from affecting users not using nearby (full only)
* Use different banner for full flavor on Android TV
### 2.0-rc0 (2026-08-03)
* Reduce opacity of feature graphic (Thanks Thore!)
+2 -2
View File
@@ -19,8 +19,8 @@ android {
applicationId = "org.fdroid"
minSdk = 24
targetSdk = 37
versionCode = 2000040
versionName = "2.0-rc0"
versionCode = 2000041
versionName = "2.0-rc1"
testInstrumentationRunner = "org.fdroid.HiltTestRunner"
}