diff --git a/app/build.gradle.kts b/app/build.gradle.kts index b8ee29b..5cf1b51 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -17,7 +17,7 @@ android { targetSdk = 34 versionCode = 2 versionName = "1.0.1" - setProperty("archivesBaseName", "AR Paint" + versionName + "(${versionCode})_$timestamp") + setProperty("archivesBaseName", "AR Paint_" + versionName + "(${versionCode})_$timestamp") testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" } @@ -63,7 +63,7 @@ dependencies { implementation ("androidx.camera:camera-camera2:1.4.0") // Import the BoM for the Firebase platform - implementation(platform("com.google.firebase:firebase-bom:33.1.1")) + implementation(platform("com.google.firebase:firebase-bom:33.7.0")) // Add the dependencies for the Crashlytics and Analytics libraries // When using the BoM, you don't specify versions in Firebase library dependencies diff --git a/app/src/main/java/com/ar/paintar/MyApplication.java b/app/src/main/java/com/ar/paintar/MyApplication.java index f01b5ba..aba56da 100644 --- a/app/src/main/java/com/ar/paintar/MyApplication.java +++ b/app/src/main/java/com/ar/paintar/MyApplication.java @@ -7,6 +7,7 @@ import android.util.Log; import com.anythink.core.api.ATSDK; import com.anythink.core.api.NetTrafficeCallback; +import com.anythink.debug.api.ATDebuggerUITest; import com.ar.paintar.topon.AdManager; import com.ar.paintar.utils.DatabaseUtil; diff --git a/build.gradle.kts b/build.gradle.kts index 2d9380e..c08846d 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -2,6 +2,6 @@ plugins { alias(libs.plugins.android.application) apply false - id("com.google.gms.google-services") version "4.3.15" apply false - id ("com.google.firebase.crashlytics") version "2.9.2" apply false + id("com.google.gms.google-services") version "4.4.2" apply false + id ("com.google.firebase.crashlytics") version "3.0.2" apply false } \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index 4387edc..20b22f5 100644 --- a/gradle.properties +++ b/gradle.properties @@ -6,7 +6,7 @@ # http://www.gradle.org/docs/current/userguide/build_environment.html # Specifies the JVM arguments used for the daemon process. # The setting is particularly useful for tweaking memory settings. -org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8 +org.gradle.jvmargs=-Xmx4096m -Dfile.encoding=UTF-8 # When configured, Gradle will run in incubating parallel mode. # This option should only be used with decoupled projects. For more details, visit # https://developer.android.com/r/tools/gradle-multi-project-decoupled-projects diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 4630eb9..86a84d7 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,5 +1,5 @@ [versions] -agp = "8.5.1" +agp = "8.1.3" junit = "4.13.2" junitVersion = "1.2.1" espressoCore = "3.6.1" diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 94df90d..bb866d8 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -4,3 +4,5 @@ distributionPath=wrapper/dists distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists +systemProp.http.connectionTimeout=90000 +systemProp.http.socketTimeout=90000