Skip to content

Commit

Permalink
🔖 release: v3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KusStar committed Jan 1, 2023
1 parent bb8ce01 commit 7b2a8b0
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# rewind-apks

![rewind-version](https://img.shields.io/badge/rewind-v3.4.0-black?style=for-the-badge)
![rewind-version](https://img.shields.io/badge/rewind-v3.5.0-black?style=for-the-badge)
[![倒带公告牌](https://img.shields.io/badge/%E5%80%92%E5%B8%A6%E5%85%AC%E5%91%8A%E7%89%8C-2CA5E0?style=for-the-badge&logo=telegram&logoColor=white)](https://t.me/Rewind_News)
[![倒带反馈群](https://img.shields.io/badge/%E5%80%92%E5%B8%A6%E5%8F%8D%E9%A6%88%E7%BE%A4-2CA5E0?style=for-the-badge&logo=telegram&logoColor=white&link)](https://t.me/Rewind_Group)

点击下方[链接](#rewind-apks)下载安装包,移动设备选 [ARM](#arm),其他选 [X86](#x86)

> 优先选择 64 位,遇到问题再尝试 32 位
以下链接无法下载请尝试 [备用下载1](https://n56zqzh3ji.feishu.cn/docx/doxcnL8w8MPe7iqmEwSUdZuEcof) [备用下载2](https://link.ap1.storjshare.io/s/jvml3hl3ggrxpcfavni7mei2pyqq/rewind/3.4.0/)
以下链接无法下载请尝试 [备用下载1](https://n56zqzh3ji.feishu.cn/docx/doxcnL8w8MPe7iqmEwSUdZuEcof) [备用下载2](https://link.ap1.storjshare.io/s/jvml3hl3ggrxpcfavni7mei2pyqq/rewind/3.5.0/)

## ARM

Expand Down
Binary file modified app-arm64-v8a-release.apk
Binary file not shown.
Binary file modified app-armeabi-v7a-release.apk
Binary file not shown.
Binary file modified app-x86-release.apk
Binary file not shown.
Binary file modified app-x86_64-release.apk
Binary file not shown.
24 changes: 12 additions & 12 deletions output-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"value": "x86_64"
}
],
"versionCode": 5000096,
"versionName": "3.4.0",
"versionCode": 5000098,
"versionName": "3.5.0",
"outputFile": "app-x86_64-release.apk"
},
{
Expand All @@ -27,33 +27,33 @@
"value": "x86"
}
],
"versionCode": 4000096,
"versionName": "3.4.0",
"versionCode": 4000098,
"versionName": "3.5.0",
"outputFile": "app-x86-release.apk"
},
{
"type": "ONE_OF_MANY",
"filters": [
{
"filterType": "ABI",
"value": "armeabi-v7a"
"value": "arm64-v8a"
}
],
"versionCode": 2000096,
"versionName": "3.4.0",
"outputFile": "app-armeabi-v7a-release.apk"
"versionCode": 3000098,
"versionName": "3.5.0",
"outputFile": "app-arm64-v8a-release.apk"
},
{
"type": "ONE_OF_MANY",
"filters": [
{
"filterType": "ABI",
"value": "arm64-v8a"
"value": "armeabi-v7a"
}
],
"versionCode": 3000096,
"versionName": "3.4.0",
"outputFile": "app-arm64-v8a-release.apk"
"versionCode": 2000098,
"versionName": "3.5.0",
"outputFile": "app-armeabi-v7a-release.apk"
}
]
}

0 comments on commit 7b2a8b0

Please sign in to comment.