diff --git a/app/build.gradle b/app/build.gradle index ea2ba986..0a114b9b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -6,8 +6,8 @@ android { applicationId "org.mian.gitnex" minSdkVersion 21 targetSdkVersion 28 - versionCode 60 - versionName "2.1.0" + versionCode 61 + versionName "2.1.1" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } buildTypes { diff --git a/fastlane/metadata/android/en-US/changelogs/61.txt b/fastlane/metadata/android/en-US/changelogs/61.txt new file mode 100644 index 00000000..5d5caf18 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/61.txt @@ -0,0 +1,6 @@ +Bugfix: crash when repo avatar in not present in api nodes. old Gitea instances +Bugfix: Milestone progress bar fix +Bugfix: Create new issue enable/disable fix + +For more, check the release notes. +https://gitea.com/mmarif/GitNex/releases \ No newline at end of file