diff --git a/foudations/mogo-utils/.gitignore b/foudations/mogo-utils/.gitignore
deleted file mode 100644
index 796b96d1c4..0000000000
--- a/foudations/mogo-utils/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-/build
diff --git a/foudations/mogo-utils/build.gradle b/foudations/mogo-utils/build.gradle
deleted file mode 100644
index 0e04911b9a..0000000000
--- a/foudations/mogo-utils/build.gradle
+++ /dev/null
@@ -1,55 +0,0 @@
-apply plugin: 'com.android.library'
-apply plugin: 'kotlin-android'
-apply plugin: 'kotlin-android-extensions'
-android {
- compileSdkVersion rootProject.ext.android.compileSdkVersion
- // buildToolsVersion rootProject.ext.android.buildToolsVersion
- defaultConfig {
- minSdkVersion rootProject.ext.android.minSdkVersion
- targetSdkVersion rootProject.ext.android.targetSdkVersion
- versionCode Integer.valueOf(VERSION_CODE)
- versionName getValueFromRootProperties("${project.name.replace("-", "_").toUpperCase()}_VERSION")
-
- testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
- consumerProguardFiles 'consumer-rules.pro'
- }
-
- buildTypes {
- release {
- minifyEnabled false
- proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
- }
- }
-
- compileOptions {
- sourceCompatibility JavaVersion.VERSION_1_8
- targetCompatibility JavaVersion.VERSION_1_8
- }
-
-}
-
-dependencies {
- implementation fileTree(dir: 'libs', include: ['*.jar'])
- api rootProject.ext.dependencies.glide
- implementation rootProject.ext.dependencies.kotlinstdlibjdk7
- implementation rootProject.ext.dependencies.coroutinescore
- implementation rootProject.ext.dependencies.coroutinesandroid
- implementation rootProject.ext.dependencies.glideanno
- implementation rootProject.ext.dependencies.glideokhttp3
- implementation rootProject.ext.dependencies.androidxannotation
- annotationProcessor rootProject.ext.dependencies.androidxannotation
- annotationProcessor rootProject.ext.dependencies.glidecompiler
- implementation rootProject.ext.dependencies.androidxappcompat
- api 'ch.hsr:geohash:1.4.0'
-
- api rootProject.ext.dependencies.mogoaicloudnetwork
- api rootProject.ext.dependencies.mogoaicloudpassport
-
- if (Boolean.valueOf(USE_MAVEN_PACKAGE)) {
- implementation rootProject.ext.dependencies.mogo_core_data
- } else {
- implementation project(':core:mogo-core-data')
- }
-}
-
-apply from: new File(rootProject.rootDir, "gradle/upload.gradle").toString()
diff --git a/foudations/mogo-utils/consumer-rules.pro b/foudations/mogo-utils/consumer-rules.pro
deleted file mode 100644
index a5769c6fed..0000000000
--- a/foudations/mogo-utils/consumer-rules.pro
+++ /dev/null
@@ -1,8 +0,0 @@
-#-----MogoUtils-----
--keep class com.mogo.utils.network.CallerType
--keep class com.mogo.utils.network.CallerRestrictTo
--keep class com.mogo.utils.glide.GlideRoundedCornersTransform.CornerType
--keep class com.mogo.utils.logger.LogLevel{*;}
--keep class com.mogo.utils.sqlite.**{*;}
--keep class com.mogo.utils.network.HttpDns{*;}
--keep class com.mogo.httpdnshelper.sdk.**{*;}
\ No newline at end of file
diff --git a/foudations/mogo-utils/gradle.properties b/foudations/mogo-utils/gradle.properties
deleted file mode 100644
index 914f308c6e..0000000000
--- a/foudations/mogo-utils/gradle.properties
+++ /dev/null
@@ -1,3 +0,0 @@
-GROUP=com.mogo.commons
-POM_ARTIFACT_ID=mogo-utils
-VERSION_CODE=1
diff --git a/foudations/mogo-utils/proguard-rules.pro b/foudations/mogo-utils/proguard-rules.pro
deleted file mode 100644
index 664ac30532..0000000000
--- a/foudations/mogo-utils/proguard-rules.pro
+++ /dev/null
@@ -1,27 +0,0 @@
-# Add project specific ProGuard rules here.
-# You can control the set of applied configuration files using the
-# proguardFiles setting in build.gradle.
-#
-# For more details, see
-# http://developer.android.com/guide/developing/tools/proguard.html
-
-# If your project uses WebView with JS, uncomment the following
-# and specify the fully qualified class name to the JavaScript interface
-# class:
-#-keepclassmembers class fqcn.of.javascript.interface.for.webview {
-# public *;
-#}
-
-# Uncomment this to preserve the line number information for
-# debugging stack traces.
-#-keepattributes SourceFile,LineNumberTable
-
-# If you keep the line number information, uncomment this to
-# hide the original source file name.
-#-renamesourcefileattribute SourceFile
-
-#-----MogoUtils-----
--keep class com.mogo.utils.network.CallerType
--keep class com.mogo.utils.network.CallerRestrictTo
--keep class com.mogo.utils.glide.GlideRoundedCornersTransform.CornerType
--keep class com.mogo.utils.logger.LogLevel
\ No newline at end of file
diff --git a/foudations/mogo-utils/src/main/AndroidManifest.xml b/foudations/mogo-utils/src/main/AndroidManifest.xml
deleted file mode 100644
index 9febd3d8f7..0000000000
--- a/foudations/mogo-utils/src/main/AndroidManifest.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-