From 4276b0cc41f80146fb452d60af3bc9a38f55fb01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=91=A3=E5=AE=8F=E5=AE=87?= Date: Wed, 20 Jan 2021 10:45:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/gradle.xml | 1 + foudations/mogo-commons/build.gradle | 8 +++---- foudations/mogo-httpdns/build.gradle | 12 ++++------ .../cloud/httpdns/ExampleInstrumentedTest.kt | 24 ------------------- .../com/mogo/cloud/httpdns/ExampleUnitTest.kt | 17 ------------- 5 files changed, 10 insertions(+), 52 deletions(-) delete mode 100644 foudations/mogo-httpdns/src/androidTest/java/com/mogo/cloud/httpdns/ExampleInstrumentedTest.kt delete mode 100644 foudations/mogo-httpdns/src/test/java/com/mogo/cloud/httpdns/ExampleUnitTest.kt diff --git a/.idea/gradle.xml b/.idea/gradle.xml index 4e16521..ba4f62c 100644 --- a/.idea/gradle.xml +++ b/.idea/gradle.xml @@ -13,6 +13,7 @@