Channel/Android/hyyngame/debug/libs/library-debug-hyyngame.aar | 补丁 | 查看 | 原始文档 | blame | 历史 | |
Channel/Android/hyyngame/release/libs/library-release-hyyngame.aar | 补丁 | 查看 | 原始文档 | blame | 历史 | |
SdkProject/build.gradle | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
SdkProject/channel/hyyngame/AndroidManifest.xml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
SdkProject/library/build.gradle | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
Channel/Android/hyyngame/debug/libs/library-debug-hyyngame.aarBinary files differ
Channel/Android/hyyngame/release/libs/library-release-hyyngame.aarBinary files differ
SdkProject/build.gradle
@@ -7,7 +7,9 @@ } dependencies { classpath 'com.google.firebase:firebase-crashlytics-gradle:2.8.1' classpath 'com.android.tools.build:gradle:4.0.1' classpath 'com.google.gms:google-services:4.3.10' // NOTE: Do not place your application dependencies here; they belong // in the individual module deps.gradle files } SdkProject/channel/hyyngame/AndroidManifest.xml
@@ -17,7 +17,9 @@ <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/> <uses-permission android:name="android.permission.CAMERA" /> <uses-feature android:name="org.apache.http.legacy" android:required="false" /> <application android:name=".GTGameApp" @@ -28,7 +30,7 @@ android:exported="false" android:extractNativeLibs="true" android:networkSecurityConfig="@xml/network_security_config" tools:replace="android:name"> tools:replace="android:usesCleartextTraffic"> <!--SDK end--> SdkProject/library/build.gradle
@@ -213,7 +213,13 @@ api 'androidx.annotation:annotation:1.5.0' api 'androidx.core:core:1.6.0' api 'androidx.percentlayout:percentlayout:1.0.0' //google ID implementation 'com.google.android.gms:play-services-ads-identifier:18.0.1' //firebase implementation 'com.google.firebase:firebase-analytics' implementation platform('com.google.firebase:firebase-bom:31.2.2') { exclude group: 'com.android.support', module: 'support-compat' } //base theme api 'androidx.appcompat:appcompat:1.2.0' //ald ui用