mirror of
https://github.com/accelforce/Yuito
synced 2024-12-22 05:19:05 +01:00
Bump version to v4.1.4 (44)
This commit is contained in:
parent
1228f645a6
commit
060c465e72
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -91,7 +91,7 @@ jobs:
|
|||||||
|
|
||||||
- uses: softprops/action-gh-release@v1
|
- uses: softprops/action-gh-release@v1
|
||||||
with:
|
with:
|
||||||
body_path: ${{ env.CHANGELOG_DIR }}whatsnew-ja-JP
|
body_path: ${{ env.CHANGELOG_DIR }}whatsnew-en-US
|
||||||
draft: true
|
draft: true
|
||||||
files: ./built-app/Yuito-${{ env.CHANGELOG_VERSION }}.apk
|
files: ./built-app/Yuito-${{ env.CHANGELOG_VERSION }}.apk
|
||||||
name: Yuito ${{ env.CHANGELOG_VERSION }}
|
name: Yuito ${{ env.CHANGELOG_VERSION }}
|
||||||
|
@ -20,8 +20,8 @@ android {
|
|||||||
applicationId 'net.accelf.yuito'
|
applicationId 'net.accelf.yuito'
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 31
|
targetSdkVersion 31
|
||||||
versionCode 43
|
versionCode 44
|
||||||
versionName '4.1.3'
|
versionName '4.1.4'
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
vectorDrawables.useSupportLibrary = true
|
vectorDrawables.useSupportLibrary = true
|
||||||
|
|
||||||
|
2
changelogs/v4.1.4/whatsnew-en-US
Normal file
2
changelogs/v4.1.4/whatsnew-en-US
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
* Improve stability of timeline loading
|
||||||
|
* https://github.com/tuskyapp/Tusky/compare/73e9338f3c8ff25ab6ef7ad647cf8069e0e81cf2...f570aba4923d895a16a837d7c2b42e3ccb30b6db
|
2
changelogs/v4.1.4/whatsnew-ja-JP
Normal file
2
changelogs/v4.1.4/whatsnew-ja-JP
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
* 読み込みの挙動を改善
|
||||||
|
* https://github.com/tuskyapp/Tusky/compare/73e9338f3c8ff25ab6ef7ad647cf8069e0e81cf2...f570aba4923d895a16a837d7c2b42e3ccb30b6db
|
Loading…
Reference in New Issue
Block a user