android build cleanup

This commit is contained in:
Morgan McMillian 2018-11-16 17:49:59 -08:00
parent e862382d38
commit 724f5dbb29
2 changed files with 3 additions and 4 deletions

View file

@ -259,9 +259,9 @@ dependencies {
implementation fileTree(dir: 'libs', include: '*.jar')
// SUB-PROJECT DEPENDENCIES START
implementation(project(path: ":CordovaLib"))
compile "com.android.support:support-v4:27.+"
compile "com.android.support:support-v4:27.+"
compile "com.android.support:appcompat-v7:27.+"
compile "com.android.support:support-v4:27.1.0"
compile "com.android.support:support-v4:25.+"
compile "com.android.support:appcompat-v7:25.+"
// SUB-PROJECT DEPENDENCIES END
}

View file

@ -51,7 +51,6 @@
<allow-intent href="sms:*" />
<allow-intent href="mailto:*" />
<allow-intent href="geo:*" />
<allow-navigation href="http://10.0.0.212:8100" />
<allow-intent href="market:*" />
<icon density="ldpi" src="resources/android/icon/drawable-ldpi-icon.png" />
<icon density="mdpi" src="resources/android/icon/drawable-mdpi-icon.png" />