From c84cfa3e4fcb9b8c17ecf792b77eb6e895745ac0 Mon Sep 17 00:00:00 2001 From: eggmanQQQ <3671373519@qq.com> Date: Tue, 15 Oct 2024 21:30:20 +0800 Subject: [PATCH] update version & add ad_id --- app/src/main/AndroidManifest.xml | 2 +- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 69c573e59..d77568b1a 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -78,7 +78,7 @@ - + diff --git a/gradle.properties b/gradle.properties index d13c81f52..5e7e4cb41 100644 --- a/gradle.properties +++ b/gradle.properties @@ -33,7 +33,7 @@ MIN_SDK_VERSION=21 TARGET_SDK_VERSION=34 version_name=1.0.17 -version_code=25 +version_code=28 #systemProp.https.proxyHost=127.0.0.1 #systemProp.https.proxyPort=7890