mirror of
https://github.com/love2d/love-android.git
synced 2026-08-12 08:31:04 +02:00
Use 'org.love2d.android' package name for the library.
This commit is contained in:
+2
-2
@@ -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')
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user