We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be5412e commit 68a014dCopy full SHA for 68a014d
README.md
@@ -4,6 +4,9 @@
4
[源码地址](https://github.com/1170762202/WanAndroid)
5
喜欢的话,记得给个star哦!
6
7
+### [1.3.1版本更新](https://github.com/1170762202/WanAndroid/releases)
8
+* 自定义Gradle插件 + ASM 实现无埋点监控
9
+
10
### [1.2.1版本更新](https://github.com/1170762202/WanAndroid/releases)
11
* 新增国际化,兼容部分机型国际化失败
12
config.gradle
@@ -5,7 +5,7 @@ ext {
minSdkVersion : 21,
targetSdkVersion : 28,
versionCode : 1,
- versionName : "1.2",
+ versionName : "1.3.1",
]
0 commit comments