| | |
| | | <uses-permission android:name="android.permission.INTERNET" /> |
| | | |
| | | <application |
| | | android:name="com.secondworld.sdk.GTGameApp" |
| | | android:name="com.soha.sdk.SohaApplication" |
| | | android:allowBackup="true" |
| | | android:icon="@mipmap/ic_launcher" |
| | | android:label="@string/app_name" |
| | |
| | | |
| | | } |
| | | dependencies { |
| | | classpath "com.android.tools.build:gradle:4.1.1" |
| | | classpath "com.android.tools.build:gradle:3.6.4" |
| | | classpath "com.google.gms:google-services:4.3.3" |
| | | // NOTE: Do not place your application dependencies here; they belong |
| | | // in the individual module deps.gradle files |
| | |
| | | |
| | | <application |
| | | |
| | | android:name="com.soha.sdk.SohaApplication" |
| | | android:name=".GTGameApp" |
| | | android:requestLegacyExternalStorage="true" |
| | | android:usesCleartextTraffic="true" |
| | | tools:replace="android:name"> |