Skip to content
Snippets Groups Projects
Commit bfe059d8 authored by Taras's avatar Taras
Browse files

Merge branch 'release/v1.0.26' into develop

parents 77a9d013 db75dc6b
No related branches found
No related tags found
No related merge requests found
//file:noinspection GrDeprecatedAPIUsage
apply plugin: 'com.android.application'
apply plugin: 'org.jetbrains.kotlin.android'
apply plugin: 'androidx.navigation.safeargs.kotlin'
......@@ -13,8 +12,8 @@ android {
applicationId "org.futo.circles"
minSdk rootProject.ext.min_sdk_version
targetSdk rootProject.ext.sdk_version
versionCode 35
versionName "1.0.25"
versionCode 36
versionName "1.0.26"
archivesBaseName = "circles-v${versionName}"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
......
- Invite notification deep link
- Limit displayed aspect ratios for media posts
- Removed Create room delay
- Fixed Change password flow
- Inline Markdown fixes
- Fixed views count on post
- Fixed Configure workspace screen and input fields state saving
- Fixed screens state saving
- Bug fixes and performance improvements
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment