From 13b71c38356cb32a7031704d18cb3eb04e9f373d Mon Sep 17 00:00:00 2001 From: GoFly233 Date: Wed, 12 Aug 2020 22:45:15 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E5=A4=9A=E5=A4=84=E4=BB=A3?= =?UTF-8?q?=E7=A0=81=E7=94=A8=20Kotlin=20=E9=87=8D=E5=86=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/build.gradle | 2 +- app/src/main/res/xml/preferences.xml | 4 ++-- app/src/main/res/xml/shortcut.xml | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 87b377b1..1db59e09 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -69,7 +69,7 @@ android { } compileSdkVersion 29 defaultConfig { - applicationId "top.goforce.tieba.post" + applicationId "com.huanchengfly.tieba.post" minSdkVersion 21 targetSdkVersion 29 versionCode applicationVersionCode diff --git a/app/src/main/res/xml/preferences.xml b/app/src/main/res/xml/preferences.xml index 219f7b28..51e74172 100644 --- a/app/src/main/res/xml/preferences.xml +++ b/app/src/main/res/xml/preferences.xml @@ -13,7 +13,7 @@ android:title="@string/title_new_account" android:summary="@string/tip_account_error"> @@ -226,7 +226,7 @@ android:icon="@drawable/ic_round_info" android:title="@string/title_about"> diff --git a/app/src/main/res/xml/shortcut.xml b/app/src/main/res/xml/shortcut.xml index 8f4618a7..9e597b1b 100644 --- a/app/src/main/res/xml/shortcut.xml +++ b/app/src/main/res/xml/shortcut.xml @@ -10,7 +10,7 @@ + android:targetPackage="com.huanchengfly.tieba.post" /> + android:targetPackage="com.huanchengfly.tieba.post" /> + android:targetPackage="com.huanchengfly.tieba.post" /> \ No newline at end of file