diff --git a/README.md b/README.md
index bef859b..8d72525 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
# Gump SDK 4 for Android接入文档
-V4.9.1
-2021年07月29日
+V4.9.5
+2022年09月08日
## 版本概述
@@ -21,7 +21,7 @@ repositories{
}
}
dependencies {
- implementation 'com.gumptech.sdk:GameSDK:4.9.1'
+ implementation 'com.gumptech.sdk:GameSDK:4.9.5'
}
```
@@ -34,6 +34,7 @@ dependencies {
+
```
其次注册相应的Activity,具体如下: