From 12a4c3bb0df96a3232bef95df747fc73a739ec0b Mon Sep 17 00:00:00 2001 From: lixiang Date: Fri, 8 Sep 2023 11:23:09 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=87=E7=BA=A7google5.0=E6=94=AF=E4=BB=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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,具体如下: -- 2.0.0