Use 'org.love2d.android' package name for the library.

This commit is contained in:
Henrique Gemignani Passos Lima
2017-02-19 16:14:34 -03:00
parent 40b2aa6e6a
commit 529b897fed
3 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest package="org.love2d.android.library" xmlns:android="http://schemas.android.com/apk/res/android">
<manifest package="org.love2d.android" xmlns:android="http://schemas.android.com/apk/res/android">
</manifest>