mirror of
https://github.com/f-droid/fdroidclient.git
synced 2026-09-14 23:07:34 -04:00
Merge branch 'release-2.0rc1' into 'master'
Release 2.0-rc1 See merge request fdroid/fdroidclient!1719
This commit is contained in:
commit
4d994bc1a9
2 files changed
+11
-2
No files matched your search
@@ -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!)
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
Reference in new issue
Block a user