Remove empty <library> tag in AndroidManifest. (#34)
This commit is contained in:
Родитель
6b4eb246ef
Коммит
ebd648b6f6
|
@ -1,7 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest package="com.microsoft.projectoxford.face">
|
||||
|
||||
<library>
|
||||
</library>
|
||||
|
||||
</manifest>
|
||||
|
|
|
@ -20,8 +20,6 @@
|
|||
// The following are used by Microsoft to upload built binaries to Maven Central Repository.
|
||||
// You can ignore them for your sample usage.
|
||||
|
||||
android.enableAapt2=false
|
||||
|
||||
signing.keyId=
|
||||
signing.password=
|
||||
signing.secretKeyRingFile=
|
||||
|
|
Загрузка…
Ссылка в новой задаче