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
+2 -2
View File
@@ -5,7 +5,7 @@ android {
buildToolsVersion "25.0.2"
defaultConfig {
applicationId "org.love2d.android"
versionCode = 22
versionCode 22
versionName "0.10.2"
minSdkVersion 10
targetSdkVersion 18
@@ -24,6 +24,6 @@ android {
dependencies {
compile 'com.android.support:multidex:1.0.1'
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:appcompat-v7:25.0.0'
compile 'com.android.support:appcompat-v7:25.1.0'
compile project(':love')
}