Skip to content

Commit 2593ee2

Browse files
committed
1.7.0发布,适配企业微信2.4.99
1 parent 4ba9c52 commit 2593ee2

File tree

5 files changed

+8
-5
lines changed

5 files changed

+8
-5
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
实现企业微信红包自动点击,自动抢红包
33

44
## 最新版下载地址
5-
[企业微信红包助手_v1.6.0_7_release_2018_06_28_11_24_15.apk](https://github.com/chenyuebo/WeworkRedPacketHelper/raw/master/apk/%E4%BC%81%E4%B8%9A%E5%BE%AE%E4%BF%A1%E7%BA%A2%E5%8C%85%E5%8A%A9%E6%89%8B_v1.6.0_7_release_2018_06_28_11_24_15.apk)
5+
[企业微信红包助手_v1.7.0_8_release_2018_07_26_19_46_17.apk](https://github.com/chenyuebo/WeworkRedPacketHelper/raw/master/apk/%E4%BC%81%E4%B8%9A%E5%BE%AE%E4%BF%A1%E7%BA%A2%E5%8C%85%E5%8A%A9%E6%89%8B_v1.7.0_8_release_2018_07_26_19_46_17.apk)
66
## 已适配企业微信版本
77
- 2.4.7
88
- 2.4.9
@@ -12,6 +12,7 @@
1212
- 2.4.18
1313
- 2.4.20
1414
- 2.4.22
15+
- 2.4.99
1516

1617
## 屏幕截图
1718

Binary file not shown.

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ android {
66
applicationId "com.cyb.wework"
77
minSdkVersion 16
88
targetSdkVersion 26
9-
versionCode 7
10-
versionName "1.6.0"
9+
versionCode 8
10+
versionName "1.7.0"
1111
// 只打包中文资源
1212
resConfigs "zh"
1313
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"

app/src/main/java/com/cyb/wework/service/RedPacketService.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,8 @@ private String getOpenBtnId() {
207207
return "com.tencent.wework:id/c_t";
208208
} else if ("2.4.22".equals(weworkVersion)) {
209209
return "com.tencent.wework:id/cdl";
210+
} else if ("2.4.99".equals(weworkVersion)) {
211+
return "com.tencent.wework:id/chf";
210212
}
211213
return null;
212214
}

app/src/main/res/xml/preferences.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<PreferenceCategory android:title="关于本应用">
4545
<Preference
4646
android:key="pref_app_version"
47-
android:summary="v1.6.0"
47+
android:summary="v1.7.0"
4848
android:title="版本" />
4949
<Preference
5050
android:key="pref_app_author"
@@ -53,7 +53,7 @@
5353
<Preference
5454
android:summary="由于部分功能使用了企业微信部分View的Id,所以升级企业微信客户端可能造成本软件部分功能失效。
5555
\n已测试企业微信版本如下:
56-
\n2.4.7,2.4.9,2.4.12,2.4.14,2.4.16,2.4.18,2.4.20,2.4.22"
56+
\n2.4.7,2.4.9,2.4.12,2.4.14,2.4.16,2.4.18,2.4.20,2.4.22,2.4.99"
5757
android:title="使用说明" />
5858
</PreferenceCategory>
5959
</PreferenceScreen>

0 commit comments

Comments
 (0)