We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd5402d commit a628204Copy full SHA for a628204
buildSrc/src/main/java/dependencies/Versions.kt
@@ -6,7 +6,7 @@ private object Versions {
6
7
private val versionMajor = 1
8
private val versionMinor = 0
9
- private val versionPatch = 4
+ private val versionPatch = 5
10
private val versionOffset = 0
11
val androidVersionCode =
12
(versionMajor * 10000 + versionMinor * 100 + versionPatch) * 100 + versionOffset
publish/release-notes/en-US/default.txt
@@ -1 +1 @@
1
-The timetable layout for sessions has been improved.
+Fixed the bug that the speaker screen with no spekaer image cannot be opened.
publish/release-notes/ja-JP/default.txt
-セッションタイムテーブルがより使いやすくなりました。
+登壇者画像の無い登壇者画面を開けない不具合を修正しました。
0 commit comments