diff --git a/androidApp/build.gradle.kts b/androidApp/build.gradle.kts index 313dc1ecf..02b24590c 100644 --- a/androidApp/build.gradle.kts +++ b/androidApp/build.gradle.kts @@ -13,8 +13,8 @@ android { applicationId = "com.github.diegoberaldin.raccoonforlemmy.android" minSdk = libs.versions.android.minSdk.get().toInt() targetSdk = libs.versions.android.targetSdk.get().toInt() - versionCode = 32 - versionName = "1.0.0-RC1" + versionCode = 33 + versionName = "1.0.0-RC2" buildConfigField( "String", diff --git a/fastlane/metadata/android/en-US/changelogs/33.txt b/fastlane/metadata/android/en-US/changelogs/33.txt new file mode 100644 index 000000000..347f6e58e --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/33.txt @@ -0,0 +1,13 @@ +- feat: add formatting bar to editor screens +- feat: insert images in comment and post body +- feat: possibility to view raw contents +- feat: add French l10n +- fix: navigation and sidebar loading +- fix: subscription state in community +- fix: load more comments for deleted items +- fix: community name and title +- fix: add messages for empty lists +- fix: click in textual contents +- fix: layout improvements +- chore: update dependencies +- minor bug fixes and stability improvements \ No newline at end of file