From 9f0be000e5a92566dd6f9b602b1b0aee614bcb9d Mon Sep 17 00:00:00 2001 From: tgyuuAn Date: Wed, 25 Sep 2024 11:13:13 +0900 Subject: [PATCH] =?UTF-8?q?[IDLE-000]=20=EB=A6=B4=EB=A6=AC=EC=A6=88=20?= =?UTF-8?q?=EB=AA=A8=EB=93=9C=EC=97=90=EC=84=9C=20HTTP=20=EB=B6=88?= =?UTF-8?q?=EA=B0=80=EB=8A=A5=ED=95=98=EB=8F=84=EB=A1=9D=20=EB=B3=80?= =?UTF-8?q?=EA=B2=BD=20=EB=B0=8F=20ProxyMan=EC=9A=A9=20CA=EC=9D=B8?= =?UTF-8?q?=EC=A6=9D=20Debug=20=EB=AA=A8=EB=93=9C=EC=97=90=EC=84=9C?= =?UTF-8?q?=EB=A7=8C=20=EA=B0=80=EB=8A=A5=ED=95=98=EB=8F=84=EB=A1=9D=20?= =?UTF-8?q?=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 3 ++- app/build.gradle.kts | 4 ++-- .../main/res/xml/network_security_config.xml | 19 ------------------- 3 files changed, 4 insertions(+), 22 deletions(-) delete mode 100644 app/src/main/res/xml/network_security_config.xml diff --git a/.gitignore b/.gitignore index ef6600110..41a5058e3 100644 --- a/.gitignore +++ b/.gitignore @@ -8,4 +8,5 @@ .externalNativeBuild .cxx local.properties -/.kotlin/ \ No newline at end of file +/.kotlin/ +app/src/main/res/xml/network_security_config.xml \ No newline at end of file diff --git a/app/build.gradle.kts b/app/build.gradle.kts index e586822b3..9083a57db 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -10,8 +10,8 @@ android { namespace = "com.idle.care" defaultConfig { - versionCode = 5 - versionName = "1.0.4" + versionCode = 6 + versionName = "1.0.1" targetSdk = 34 val properties = Properties() diff --git a/app/src/main/res/xml/network_security_config.xml b/app/src/main/res/xml/network_security_config.xml deleted file mode 100644 index 81fa4674c..000000000 --- a/app/src/main/res/xml/network_security_config.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - 15.165.129.104 - - - - - - - - - - - - - - - - \ No newline at end of file