From a1d50f393db8b16ef7c26e894bfc3158a5c86fff Mon Sep 17 00:00:00 2001 From: lianglihui Date: Wed, 23 Jun 2021 14:47:27 +0800 Subject: [PATCH 1/4] =?UTF-8?q?fix=20MAP=5FSDK=5FVERSION=20release?= =?UTF-8?q?=E7=8E=AF=E5=A2=83=E4=B8=8B=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/build.gradle | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/build.gradle b/app/build.gradle index e453b51bc8..d01ba26b11 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -56,6 +56,9 @@ android { shrinkResources false signingConfig signingConfigs.release proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro' + manifestPlaceholders =[ + MAP_SDK_VERSION : properties.getProperty("MAP_SDK_VERSION") + ] } } compileOptions { From f11c9042c754d40a22ea76d4073f7fb4e9c3bb11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=91=A3=E5=AE=8F=E5=AE=87?= Date: Mon, 31 May 2021 21:37:38 +0800 Subject: [PATCH 2/4] =?UTF-8?q?=E5=8D=87=E7=BA=A7=E5=9C=B0=E5=9B=BE?= =?UTF-8?q?=E7=89=88=E6=9C=AC=20=20build=201.0.0-vr-8.5.35=20=E6=97=A5?= =?UTF-8?q?=E5=BF=97=EF=BC=9A=201.=E4=BF=AE=E6=94=B9=E7=BB=BF=E5=8C=96?= =?UTF-8?q?=E5=B8=A6=E6=98=BE=E7=A4=BA=E9=97=AE=E9=A2=98=202.=E6=9A=82?= =?UTF-8?q?=E6=97=B6=E5=AF=B9sdk=E5=8E=BB=E6=8E=89=E6=B7=B7=E6=B7=86?= =?UTF-8?q?=EF=BC=8C=E6=96=B9=E4=BE=BFcrash=E5=AE=9A=E4=BD=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/runConfigurations.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/.idea/runConfigurations.xml b/.idea/runConfigurations.xml index 7f68460d8b..e497da9998 100644 --- a/.idea/runConfigurations.xml +++ b/.idea/runConfigurations.xml @@ -3,6 +3,7 @@