Skip to content

Commit c98ad62

Browse files
committed
Update README.md.
1 parent 6976813 commit c98ad62

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
## 最新版本下载地址:
44
http://xbdcc.cn/GrabRedEnvelope/download.html
55

6+
## 实现过程介绍:
7+
https://github.com/xbdcc/GrabRedEnvelope/blob/master/demo/README.md
8+
69
## Gif图片
710
![gif1](https://github.com/xbdcc/GrabRedEnvelope/blob/master/records/record1.gif)
811
![gif2](https://github.com/xbdcc/GrabRedEnvelope/blob/master/records/record2.gif)
@@ -29,5 +32,6 @@ http://xbdcc.cn/GrabRedEnvelope/download.html
2932
2016-03-29 v1.0.2 优化功能。<br>
3033
2016-05-31 v1.0.3 修复Android高版本卡顿bug,新增红包记录功能。。<br>
3134
2016-06-22 v1.0.4 修复bug。<br>
32-
2019-02-24 v2.0.0 去掉抢QQ红包及支付宝咻一咻功能,加入抢微信红包功能。
35+
2019-02-24 v2.0.0 去掉抢QQ红包及支付宝咻一咻功能,加入抢微信红包功能。<br>
36+
2019-03-04 v2.0.1 修复bug。
3337

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ android {
3131
applicationId "com.carlos.grabredenvelope"
3232
minSdkVersion 18
3333
targetSdkVersion 28
34-
versionCode 6
34+
versionCode 7
3535
versionName "2.0.1"
36-
flavorDimensions "6" //和versionCode相同
36+
flavorDimensions "7" //和versionCode相同
3737
ndk {
3838
//选择要添加的对应 cpu 类型的 .so 库。
3939
abiFilters 'armeabi', 'armeabi-v7a', 'arm64-v8a'

app/src/main/res/values/strings.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
\n\n
2020
\n代码开源仅供学习使用,请勿用作商业用途
2121
\n代码地址:https://github.com/xbdcc/GrabRedEnvelope
22+
\n\简单教程:https://github.com/xbdcc/GrabRedEnvelope/blob/master/demo/README.md
2223
</string>
2324

2425

demo/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,7 @@ DDMS,AccessibilityService,Kotlin语言
7979
## 结语
8080
以上就是实现微信自动抢红包的简单demo,你还可以做些优化做监听通知监听页面判断抢红包,以及延迟点击过滤口令,判断红包是否已抢等。
8181

82+
## Demo完整代码地址
83+
https://github.com/xbdcc/GrabRedEnvelope/tree/master/demo
84+
8285

0 commit comments

Comments
 (0)