diff --git a/app/build.gradle b/app/build.gradle index 398cceaa..b9829928 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -6,8 +6,8 @@ android { applicationId "org.mian.gitnex" minSdkVersion 21 targetSdkVersion 30 - versionCode 327 - versionName "3.3.0-rc1" + versionCode 328 + versionName "3.3.0-rc2" 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 1eadb815..8d04418f 100644 --- a/app/src/main/res/xml/changelog.xml +++ b/app/src/main/res/xml/changelog.xml @@ -1,8 +1,8 @@ - - 3.3.0 rc1 release brings new input design, new popups, open links from email and including other features with improvements and bug fixes. + + A lot of bugs are squashed in this release including many UI improvements. diff --git a/fastlane/metadata/android/en-US/changelogs/328.txt b/fastlane/metadata/android/en-US/changelogs/328.txt new file mode 100644 index 00000000..2246eabc --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/328.txt @@ -0,0 +1,5 @@ +3.3.0-rc2 + +A lot of bugs are squashed in this release including many UI improvements. + +Detail release notes will be published with stable release. \ No newline at end of file