diff --git a/app/build.gradle b/app/build.gradle index a222556d..4f4bd6f4 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -6,8 +6,8 @@ android { applicationId "org.mian.gitnex" minSdkVersion 21 targetSdkVersion 29 - versionCode 310 - versionName "3.1.0" + versionCode 311 + versionName "3.1.1" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } buildFeatures { diff --git a/app/src/main/res/xml/changelog.xml b/app/src/main/res/xml/changelog.xml index d2edbc3e..bf17453e 100644 --- a/app/src/main/res/xml/changelog.xml +++ b/app/src/main/res/xml/changelog.xml @@ -1,16 +1,9 @@ - - Multiple accounts support - New Retro theme - Delete OR Edit a file - Repository forks - Markdown support in file viewer - New Progress indicators - Create drafts per edit and improve it's UI - Enhance App UI across all screens - Copy repo / org / issue comment url to clipboard + + Bugfix: Fix crash on new login + Bugfix: Fix new drafts for issue comments diff --git a/fastlane/metadata/android/en-US/changelogs/311.txt b/fastlane/metadata/android/en-US/changelogs/311.txt new file mode 100644 index 00000000..2bf4369c --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/311.txt @@ -0,0 +1,6 @@ +3.1.1 + +Bugfix: Fix crash on new login +Bugfix: Fix new drafts for issue comments + +Release Notes: https://codeberg.org/gitnex/GitNex/releases \ No newline at end of file