mirror of
https://github.com/gitnex-org/gitnex.git
synced 2026-03-22 13:05:25 -05:00
Release 8.0.3 (#1443)
Reviewed-on: https://codeberg.org/gitnex/GitNex/pulls/1443 Co-authored-by: M M Arif <mmarif@swatian.com> Co-committed-by: M M Arif <mmarif@swatian.com>
This commit is contained in:
@@ -8,8 +8,8 @@ android {
|
||||
applicationId "org.mian.gitnex"
|
||||
minSdkVersion 23
|
||||
targetSdkVersion 35
|
||||
versionCode 802
|
||||
versionName "8.0.2"
|
||||
versionCode 803
|
||||
versionName "8.0.3"
|
||||
multiDexEnabled true
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
compileSdk 35
|
||||
|
||||
@@ -1,8 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<changelog>
|
||||
|
||||
<release version="8.0.2" versioncode="802">
|
||||
<change>Hotfix: Fix logins</change>
|
||||
<release version="8.0.3" versioncode="803">
|
||||
<change>Bugfix: Fix offline cache affecting online activities</change>
|
||||
<change>Bugfix: Fix glide for self-signed certificates</change>
|
||||
</release>
|
||||
|
||||
</changelog>
|
||||
|
||||
18
fastlane/metadata/android/en-US/changelogs/803.txt
Normal file
18
fastlane/metadata/android/en-US/changelogs/803.txt
Normal file
@@ -0,0 +1,18 @@
|
||||
8.0.3
|
||||
🐛 Bug Fixes
|
||||
- Fix offline cache affecting online activities
|
||||
- Fix glide for self-signed certificates
|
||||
|
||||
8.0.2
|
||||
|
||||
🐛 Bug Fixes
|
||||
- Fix logins
|
||||
|
||||
8.0.1
|
||||
|
||||
🐛 Bug Fixes
|
||||
- Fix crash on opening PR from dashboard
|
||||
- Fix PR commit statuses opening from dashboard
|
||||
- Fix offline mode and cache
|
||||
|
||||
Release Notes: https://codeberg.org/gitnex/GitNex/releases
|
||||
Reference in New Issue
Block a user