refactor :

1. delete useless functions
2' init for adjust sdk
This commit is contained in:
Kirito
2026-01-13 16:23:07 +08:00
parent 03b2ac79cf
commit 79b827d17c
23 changed files with 258 additions and 264 deletions

View File

@@ -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'
}