From d5fd217eb8ed4a4baa804e552767017bb8733f7c Mon Sep 17 00:00:00 2001 From: pppscn <35696959@qq.com> Date: Mon, 14 Feb 2022 18:49:35 +0800 Subject: [PATCH] v2.4.2 --- README.md | 8 ++++---- version.properties | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index f43ef183..827be5bb 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,7 @@ - - ![SmsForwarder](pic/SmsForwarder.png) # SmsForwarder-短信转发器 + [English Version](README_en.md) [![GitHub release](https://img.shields.io/github/release/pppscn/SmsForwarder.svg)](https://github.com/pppscn/SmsForwarder/releases) [![GitHub stars](https://img.shields.io/github/stars/pppscn/SmsForwarder)](https://github.com/pppscn/SmsForwarder/stargazers) [![GitHub forks](https://img.shields.io/github/forks/pppscn/SmsForwarder)](https://github.com/pppscn/SmsForwarder/network/members) [![GitHub issues](https://img.shields.io/github/issues/pppscn/SmsForwarder)](https://github.com/pppscn/SmsForwarder/issues) [![GitHub license](https://img.shields.io/github/license/pppscn/SmsForwarder)](https://github.com/pppscn/SmsForwarder/blob/main/LICENSE) @@ -90,6 +89,7 @@ - [x] 转发到 Gotify发送通道(自主推送通知服务) - [x] 被动接收本地 HttpServer - [x] 主动轮询远程 SmsHub Api +- [x] 适配暗夜模式 -------- @@ -126,8 +126,8 @@ + https://github.com/mailhu/emailkit (邮件发送) + https://github.com/alibaba/fastjson (Json解析) + https://github.com/getActivity/XXPermissions (权限请求框架) -+ https://github.com/Xcreen/RestSMS(被动接收本地API方案) -+ https://github.com/juancrescente/SMSHub(主动轮询远程API方案) ++ https://github.com/Xcreen/RestSMS (被动接收本地API方案) ++ https://github.com/juancrescente/SMSHub (主动轮询远程API方案) + [GitHub license](https://jb.gg/OpenSourceSupport) (License Certificate for JetBrains All Products Pack) -------- diff --git a/version.properties b/version.properties index bb46e4d8..9ddc8497 100644 --- a/version.properties +++ b/version.properties @@ -1,3 +1,3 @@ #Fri Jul 16 10:33:23 CST 2021 -versionName=2.4.1 -versionCode=34 +versionName=2.4.2 +versionCode=35