diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 8bc78f3..5481307 100755 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -8,314 +8,4 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/build.gradle b/build.gradle index 3dd7bdc..9f467cb 100644 --- a/build.gradle +++ b/build.gradle @@ -25,7 +25,7 @@ buildscript { } } -apply plugin: 'com.android.application' +apply plugin: 'com.android.library' dependencies { compile fileTree(dir: 'libs', include: '*.jar') @@ -44,7 +44,7 @@ android { defaultConfig { compileSdkVersion 23 buildToolsVersion "25.0.2" - applicationId getPackageName() + //applicationId getPackageName() multiDexEnabled true } @@ -57,17 +57,17 @@ android { // Signing signingConfigs { - release { - storeFile file(RELEASE_STORE_FILE) - storePassword RELEASE_STORE_PASSWORD - keyAlias RELEASE_KEY_ALIAS - keyPassword RELEASE_KEY_PASSWORD - } + //release { + //storeFile file(RELEASE_STORE_FILE) + //storePassword RELEASE_STORE_PASSWORD + //keyAlias RELEASE_KEY_ALIAS + //keyPassword RELEASE_KEY_PASSWORD + //} } buildTypes { release { - signingConfig signingConfigs.release + signingConfig null//signingConfigs.release } }