diff --git a/app/build.gradle b/app/build.gradle index f7157226..bc0587ce 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -6,8 +6,8 @@ android { applicationId "org.mian.gitnex" minSdkVersion 21 targetSdkVersion 29 - versionCode 296 - versionName "3.0.0-rc2" + versionCode 297 + versionName "3.0.0-rc3" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } viewBinding { diff --git a/app/src/main/res/xml/changelog.xml b/app/src/main/res/xml/changelog.xml index 5364287d..1a4f41d6 100644 --- a/app/src/main/res/xml/changelog.xml +++ b/app/src/main/res/xml/changelog.xml @@ -1,7 +1,7 @@ - + Under development diff --git a/fastlane/metadata/android/en-US/changelogs/297.txt b/fastlane/metadata/android/en-US/changelogs/297.txt new file mode 100644 index 00000000..0e137920 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/297.txt @@ -0,0 +1,5 @@ +3.0.0-rc3 + +This release focuses to enhance the UI through out the app with few new features and fix the bugs you guys reported so far. + +Detailed release notes will be published with the stable release. \ No newline at end of file