refactor :
1. delete useless functions 2' init for adjust sdk
This commit is contained in:
@@ -3,11 +3,11 @@ plugins {
|
||||
}
|
||||
|
||||
android {
|
||||
namespace 'com.hfhy.wajecasino.palmgameweb'
|
||||
namespace 'com.hfhy.wajecasino.palmgamecy'
|
||||
compileSdk 36
|
||||
|
||||
defaultConfig {
|
||||
applicationId "com.hfhy.wajecasino.palmgameweb"
|
||||
applicationId "com.hfhy.wajecasino.palmgamecy"
|
||||
minSdk 21
|
||||
targetSdk 36
|
||||
versionCode 1
|
||||
@@ -32,12 +32,13 @@ dependencies {
|
||||
|
||||
implementation libs.appcompat
|
||||
implementation libs.material
|
||||
implementation libs.activity
|
||||
implementation libs.constraintlayout
|
||||
testImplementation libs.junit
|
||||
androidTestImplementation libs.ext.junit
|
||||
androidTestImplementation libs.espresso.core
|
||||
|
||||
// 热力引擎 ( SolarEngine )
|
||||
implementation libs.solar.engine.core
|
||||
implementation 'com.google.android.gms:play-services-ads-identifier:18.0.1'
|
||||
implementation 'com.adjust.sdk:adjust-android:5.5.0'
|
||||
implementation 'com.android.installreferrer:installreferrer:2.2'
|
||||
// Add the following if you are using the Adjust SDK inside web views on your app
|
||||
implementation 'com.adjust.sdk:adjust-android-webbridge:5.5.0'
|
||||
}
|
||||
Reference in New Issue
Block a user