Skip to content
This repository has been archived by the owner on Jun 8, 2024. It is now read-only.

Commit

Permalink
Recommendation: Fix layout bind value & Bump to 1.1.3
Browse files Browse the repository at this point in the history
Signed-off-by: Siubeng Fung <[email protected]>
  • Loading branch information
fython committed Mar 17, 2020
1 parent b5d7a22 commit d6957be
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ android {
applicationId "moe.feng.danmaqua"
minSdkVersion 23
targetSdkVersion 29
versionCode 7
versionName "1.1.2"
versionCode 8
versionName "1.1.3"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/layout/view_vtubers_group_item.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textAppearance="@style/TextAppearance.MaterialComponents.Body1"
android:text="@{data.name}"
android:text="@{data.title}"
tools:text="SiubengLive"/>

</LinearLayout>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/untranslatable_strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
%99%9A%E6%8B%9F%E4%B8%BB%E6%92%AD%E7%9B%AE%E5%BD%95
]]></string>
<string name="changelog_url" translatable="false"><![CDATA[
https://danmaqua.github.io/changelogs.html#_1-1-1-6-2020-2-26
https://danmaqua.github.io/changelogs.html#_1-1-3-8-2020-3-17
]]></string>

</resources>

0 comments on commit d6957be

Please sign in to comment.