V1.0.1(1) 集成topon广告 打包

This commit is contained in:
litingting 2024-12-12 11:36:50 +08:00
parent 30065efc57
commit fca31f0ff0
6 changed files with 9 additions and 6 deletions

View File

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

View File

@ -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;

View File

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

View File

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

View File

@ -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"

View File

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