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 59325c8 commit 378d94eCopy full SHA for 378d94e
README.md
@@ -21,7 +21,7 @@ repositories {
21
22
```java
23
dependencies {
24
- compile("com.tencent.tinker:tinkerpatch-sdk:0.3.2")
+ compile("com.tencent.tinker:tinkerpatch-sdk:0.3.3")
25
}
26
```
27
gradle.properties
@@ -27,7 +27,7 @@ org.gradle.jvmargs=-Xmx2048M
FINDBUGS_VERSION=3.0.1
28
org.gradle.configureondemand=true
29
BUILD_TOOLS_VERSION=24.0.3
30
-VERSION_NAME=0.3.2
+VERSION_NAME=0.3.3
31
TARGET_SDK_VERSION=24
32
TINKER_VERSION=1.7.5
33
POM_URL=https\://github.com/simpleton/tinker_server_client
0 commit comments