Compare commits

...

4 Commits

Author SHA1 Message Date
pppscn b0e1ce76cf 整理:README 2 months ago
pppscn 6e59db0159 升级:frpclib 到 `v0.57.0` 2 months ago
pppscn 0308030a7d 升级:frpclib 到 `v0.57.0` 2 months ago
pppscn 50d286294d 整理:README_en.md 2 months ago

53
.gitignore vendored

@ -1,41 +1,30 @@
*.bak
*.classpath
*.iml
.gradle
/LocalRepository
/keystores
/local.properties
/.idea/caches
/.idea/codeStyles
/.idea/inspectionProfiles
/.idea/libraries
/.idea/dictionaries
/.idea/markdown-navigator
/.idea/*.xml
.DS_Store
/build
/captures
.externalNativeBuild
*.project
*/*.project
*.classpath
*/*.classpath
.settings/*
*/*.project
*/.settings/*
/app/pppscn.jks
/app/release/*
/app/build/*
/psd
/keystore/keystore.properties
/app/release
/keystore
*.bak
/pic/working_principle.drawio
/app/debug
.DS_Store
.externalNativeBuild
.gradle
.settings/*
/*.txt
/.idea
/LocalRepository
/app/build
/app/debug
/app/mapping.txt
/app/pppscn.jks
/app/release
/app/seeds.txt
/app/src/test
/app/unused.txt
/build
/captures
/keystore
/local.properties
/pic/*.bkp
/*.txt
/pic/Troubleshooting_Process.vsdx
/pic/working_principle_en.drawio
/app/src/test
/pic/*.drawio
/pic/*.vsdx
/psd

@ -68,7 +68,7 @@ See more screenshotshttps://github.com/pppscn/SmsForwarder/wiki
> ⚠ Gitee: https://gitee.com/pp/SmsForwarder/wikis/pages
![Troubleshooting_Process](pic/Troubleshooting_Process.png "Troubleshooting_Process.png")
![Troubleshooting_Process](pic/Troubleshooting_Process_en.png "Troubleshooting_Process_en.png")
--------

@ -285,7 +285,7 @@ dependencies {
//AutoSizehttps://github.com/JessYanCoding/AndroidAutoSize
implementation 'me.jessyan:autosize:1.2.1'
//
implementation 'com.umeng.umsdk:common:9.6.7'
implementation 'com.umeng.umsdk:common:9.6.8'
implementation 'com.umeng.umsdk:asms:1.8.2'
//
@ -352,9 +352,11 @@ dependencies {
//SM4 JAVA(BC)
def bouncycastle_version = '1.77'
//noinspection GradleDependency
api "org.bouncycastle:bcprov-jdk18on:$bouncycastle_version"
// S/MIME
//implementation "org.spongycastle:bcmail-jdk18on:$bouncycastle_version" //Android
//noinspection GradleDependency
implementation "org.bouncycastle:bcpkix-jdk18on:$bouncycastle_version"
//implementation "org.bouncycastle:bctls-jdk18on:$bouncycastle_version"
// PGP

Binary file not shown.

@ -155,7 +155,7 @@ const val FRONT_CHANNEL_NAME = "SmsForwarder Foreground Service"
//Frp内网穿透
const val FRPC_LIB_DOWNLOAD_URL = "https://xupdate.ppps.cn/uploads/%s/%s/libgojni.so"
const val FRPC_LIB_VERSION = "0.56.0"
const val FRPC_LIB_VERSION = "0.57.0"
const val EVENT_FRPC_UPDATE_CONFIG = "EVENT_FRPC_UPDATE_CONFIG"
const val EVENT_FRPC_DELETE_CONFIG = "EVENT_FRPC_DELETE_CONFIG"
const val EVENT_FRPC_RUNNING_ERROR = "EVENT_FRPC_RUNNING_ERROR"

Binary file not shown.

After

Width:  |  Height:  |  Size: 183 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 MiB

After

Width:  |  Height:  |  Size: 1.4 MiB

Loading…
Cancel
Save