File tree Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 3
3
## 最新版本下载地址:
4
4
http://xbdcc.cn/GrabRedEnvelope/download.html
5
5
6
+ ## 实现过程介绍:
7
+ https://github.com/xbdcc/GrabRedEnvelope/blob/master/demo/README.md
8
+
6
9
## Gif图片
7
10
![ gif1] ( https://github.com/xbdcc/GrabRedEnvelope/blob/master/records/record1.gif )
8
11
![ gif2] ( https://github.com/xbdcc/GrabRedEnvelope/blob/master/records/record2.gif )
@@ -29,5 +32,6 @@ http://xbdcc.cn/GrabRedEnvelope/download.html
29
32
2016-03-29 v1.0.2 优化功能。<br >
30
33
2016-05-31 v1.0.3 修复Android高版本卡顿bug,新增红包记录功能。。<br >
31
34
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。
33
37
Original file line number Diff line number Diff line change @@ -31,9 +31,9 @@ android {
31
31
applicationId " com.carlos.grabredenvelope"
32
32
minSdkVersion 18
33
33
targetSdkVersion 28
34
- versionCode 6
34
+ versionCode 7
35
35
versionName " 2.0.1"
36
- flavorDimensions " 6 " // 和versionCode相同
36
+ flavorDimensions " 7 " // 和versionCode相同
37
37
ndk {
38
38
// 选择要添加的对应 cpu 类型的 .so 库。
39
39
abiFilters ' armeabi' , ' armeabi-v7a' , ' arm64-v8a'
Original file line number Diff line number Diff line change 19
19
\n\n
20
20
\n代码开源仅供学习使用,请勿用作商业用途
21
21
\n代码地址:https://github.com/xbdcc/GrabRedEnvelope
22
+ \n\简单教程:https://github.com/xbdcc/GrabRedEnvelope/blob/master/demo/README.md
22
23
</string >
23
24
24
25
Original file line number Diff line number Diff line change @@ -79,4 +79,7 @@ DDMS,AccessibilityService,Kotlin语言
79
79
## 结语
80
80
以上就是实现微信自动抢红包的简单demo,你还可以做些优化做监听通知监听页面判断抢红包,以及延迟点击过滤口令,判断红包是否已抢等。
81
81
82
+ ## Demo完整代码地址
83
+ https://github.com/xbdcc/GrabRedEnvelope/tree/master/demo
84
+
82
85
You can’t perform that action at this time.
0 commit comments