升级融云sdk版本和APG版本

This commit is contained in:
2024-03-26 13:43:13 +08:00
parent 4337f0bdd6
commit 460dfa87b3
36 changed files with 241 additions and 122 deletions

View File

@@ -1,11 +1,12 @@
<manifest
xmlns:android="http://schemas.android.com/apk/res/android"
package="com.samsung.android.sdk.iap.lib"
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:versionCode="601000004"
android:versionName="6.1.0">
<!-- version code [Major/Minor/Bug fix release/Build number ] : x xx xxx xxx -->
<application>
<application
android:allowBackup="true"
tools:replace="allowBackup">
<!-- IAP 라이브러리 내 Activity 선언 시작-->
<activity