diff --git a/app/build.gradle b/app/build.gradle
index 9fff9b3..74be65d 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -1,4 +1,4 @@
-apply plugin: 'com.android.application'
+apply plugin: 'com.android.library'
apply plugin: 'com.github.dcendents.android-maven'
group='com.github.LiLiTaBaBa'
@@ -6,7 +6,7 @@ android {
compileSdkVersion 28
buildToolsVersion "28.0.3"
defaultConfig {
- applicationId "com.iseeyou.lsspview"
+ //applicationId "com.iseeyou.lsspview"
minSdkVersion 15
targetSdkVersion 28
versionCode 1
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index 69e51d9..4be4dc6 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -9,14 +9,14 @@
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/AppTheme">
-
-
-
+
+
+
-
-
-
-
+
+
+
+
\ No newline at end of file