Skip to content

Commit

Permalink
v354
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoyuanhost committed Mar 3, 2021
1 parent d93b2a8 commit 5460737
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
applicationId "com.tim.tsms.transpondsms"
minSdkVersion 23
targetSdkVersion 28
versionCode 353
versionName "3.5.3"
versionCode 354
versionName "3.5.4"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package com.tim.tsms.transpondsms.utils;

import android.content.Context;
import android.os.Bundle;
import android.os.Handler;
import android.text.TextUtils;
Expand All @@ -15,7 +14,6 @@
import java.util.Map;

import android.util.Base64;
import android.widget.Toast;

import com.alibaba.fastjson.JSON;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
并且 是 短信内容 包含 欠费\n
\n
已上规则表示:收到短信,并且(手机号是10086 或者 手机号是10010) 并且短信内容包含欠费 时转发短信\n
注意每行开始的空格代表层级
注意每行开始的空格代表层级,太过复杂的多重规则可能导致内存占用很大
" />


Expand Down

0 comments on commit 5460737

Please sign in to comment.