android build cleanup
This commit is contained in:
parent
e862382d38
commit
724f5dbb29
2 changed files with 3 additions and 4 deletions
|
@ -259,9 +259,9 @@ dependencies {
|
||||||
implementation fileTree(dir: 'libs', include: '*.jar')
|
implementation fileTree(dir: 'libs', include: '*.jar')
|
||||||
// SUB-PROJECT DEPENDENCIES START
|
// SUB-PROJECT DEPENDENCIES START
|
||||||
implementation(project(path: ":CordovaLib"))
|
implementation(project(path: ":CordovaLib"))
|
||||||
compile "com.android.support:support-v4:27.+"
|
compile "com.android.support:support-v4:27.1.0"
|
||||||
compile "com.android.support:support-v4:27.+"
|
compile "com.android.support:support-v4:25.+"
|
||||||
compile "com.android.support:appcompat-v7:27.+"
|
compile "com.android.support:appcompat-v7:25.+"
|
||||||
// SUB-PROJECT DEPENDENCIES END
|
// SUB-PROJECT DEPENDENCIES END
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -51,7 +51,6 @@
|
||||||
<allow-intent href="sms:*" />
|
<allow-intent href="sms:*" />
|
||||||
<allow-intent href="mailto:*" />
|
<allow-intent href="mailto:*" />
|
||||||
<allow-intent href="geo:*" />
|
<allow-intent href="geo:*" />
|
||||||
<allow-navigation href="http://10.0.0.212:8100" />
|
|
||||||
<allow-intent href="market:*" />
|
<allow-intent href="market:*" />
|
||||||
<icon density="ldpi" src="resources/android/icon/drawable-ldpi-icon.png" />
|
<icon density="ldpi" src="resources/android/icon/drawable-ldpi-icon.png" />
|
||||||
<icon density="mdpi" src="resources/android/icon/drawable-mdpi-icon.png" />
|
<icon density="mdpi" src="resources/android/icon/drawable-mdpi-icon.png" />
|
||||||
|
|
Reference in a new issue