diff --git a/library.patch b/library.patch new file mode 100644 index 000000000..96b2ce2a3 --- /dev/null +++ b/library.patch @@ -0,0 +1,361 @@ +diff --git a/AndroidManifest.xml b/AndroidManifest.xml +index 950aa71e..cc615068 100755 +--- a/AndroidManifest.xml ++++ b/AndroidManifest.xml +@@ -9,309 +9,4 @@ + android:minSdkVersion="14" + android:targetSdkVersion="23"/> + +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- /> +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- + +diff --git a/build.gradle b/build.gradle +index 402368a6..d7835538 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 + } + } +