diff --git a/README.md b/README.md index f46bdafa..a03a0cb7 100644 --- a/README.md +++ b/README.md @@ -89,6 +89,5 @@ Thanks to all the open source libraries, contributors and donators. - Ge0rg/memorizingTrustManager - Dimezis/blurView - Mikaelhg/urlbuilder -- emoji-java [Follow me on Fediverse - mastodon.social/@mmarif](https://mastodon.social/@mmarif) diff --git a/app/build.gradle b/app/build.gradle index 59b2c58b..af70cbb5 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -6,8 +6,8 @@ android { applicationId "org.mian.gitnex" minSdkVersion 21 targetSdkVersion 30 - versionCode 328 - versionName "3.3.0-rc2" + versionCode 329 + versionName "3.3.0-rc3" multiDexEnabled true testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } diff --git a/app/src/main/res/xml/changelog.xml b/app/src/main/res/xml/changelog.xml index 8d04418f..7df37090 100644 --- a/app/src/main/res/xml/changelog.xml +++ b/app/src/main/res/xml/changelog.xml @@ -1,8 +1,8 @@ - - A lot of bugs are squashed in this release including many UI improvements. + + Last release candidate(rc) before 3.3.0 stable release, includes bug fixes, ui improvements and issue/pr emoji reactions. diff --git a/fastlane/metadata/android/en-US/changelogs/329.txt b/fastlane/metadata/android/en-US/changelogs/329.txt new file mode 100644 index 00000000..6196fa80 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/329.txt @@ -0,0 +1,5 @@ +3.3.0-rc3 + +Last release candidate(rc) before 3.3.0 stable release, includes bug fixes, ui improvements and issue/pr emoji reactions. + +Detail release notes will be published with stable release. \ No newline at end of file