Skip to content

Commit

Permalink
Update README.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
xbdcc committed Mar 4, 2019
1 parent 6976813 commit c98ad62
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
## 最新版本下载地址:
http://xbdcc.cn/GrabRedEnvelope/download.html

## 实现过程介绍:
https://github.com/xbdcc/GrabRedEnvelope/blob/master/demo/README.md

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

4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ android {
applicationId "com.carlos.grabredenvelope"
minSdkVersion 18
targetSdkVersion 28
versionCode 6
versionCode 7
versionName "2.0.1"
flavorDimensions "6" //和versionCode相同
flavorDimensions "7" //和versionCode相同
ndk {
//选择要添加的对应 cpu 类型的 .so 库。
abiFilters 'armeabi', 'armeabi-v7a', 'arm64-v8a'
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
\n\n
\n代码开源仅供学习使用,请勿用作商业用途
\n代码地址:https://github.com/xbdcc/GrabRedEnvelope
\n\简单教程:https://github.com/xbdcc/GrabRedEnvelope/blob/master/demo/README.md
</string>


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

## Demo完整代码地址
https://github.com/xbdcc/GrabRedEnvelope/tree/master/demo


0 comments on commit c98ad62

Please sign in to comment.