Skip to content

Commit

Permalink
Fdroid support for v0.8.1 (#66)
Browse files Browse the repository at this point in the history
* Update package.json

* Update README.md

* Update build.gradle
  • Loading branch information
listen1 authored Mar 6, 2021
1 parent d418461 commit b18bd6f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Listen1 Mobile V0.8.0
# Listen1 Mobile V0.8.1

[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg)](LICENSE)

Expand Down Expand Up @@ -27,7 +27,7 @@

特别感谢 @yujiangqaq 维护国内镜像

Github主页下载https://listen1.github.io/listen1
Github 主页下载https://listen1.github.io/listen1

## 安装

Expand Down Expand Up @@ -89,12 +89,13 @@ https://reactnative.cn/docs/signed-apk-android
## 更新日志

`2020-10-31`
- 修复网易云歌单只有10首歌的bug (感谢 @eatenid 的提交)
- 修复虾米云音乐歌单只有30首的bug

- 修复网易云歌单只有 10 首歌的 bug (感谢 @eatenid 的提交)
- 修复虾米云音乐歌单只有 30 首的 bug
- 优化过长歌曲名或标题的显示
- 优化下侧播放控制栏的弹窗性能
- 修正了点击暂停按钮时导致闪退的 bug
- 支持GitHub action在线打包
- 支持 GitHub action 在线打包

`2019-11-27`

Expand Down
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1
versionName "1.0"
versionName "0.8.1"
}
signingConfigs {
release {
Expand Down
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "listen1-mobile",
"version": "0.8.0",
"version": "0.8.1",
"private": true,
"scripts": {
"start": "react-native start",
Expand All @@ -10,7 +10,8 @@
"start:ios:no-packager": "react-native run-ios --no-packager",
"link": "react-native link",
"eslint": "eslint .",
"test": "jest"
"test": "jest",
"release": "react-native run-android --variant=release"
},
"dependencies": {
"@react-native-community/toolbar-android": "^0.1.0-rc.2",
Expand Down Expand Up @@ -62,4 +63,4 @@
"jest": {
"preset": "react-native"
}
}
}

0 comments on commit b18bd6f

Please sign in to comment.