From 529b897feda65b5bd55085f34722fcebbb445e73 Mon Sep 17 00:00:00 2001 From: Henrique Gemignani Passos Lima Date: Sun, 19 Feb 2017 16:14:34 -0300 Subject: [PATCH] Use 'org.love2d.android' package name for the library. --- app/build.gradle | 4 ++-- app/src/main/AndroidManifest.xml | 16 ++++++++-------- love/src/main/AndroidManifest.xml | 2 +- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index aa86181c..263ef5c9 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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') } diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index e8ba6bf2..dee04a95 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -1,5 +1,5 @@ - @@ -7,14 +7,17 @@ - + + + - + @@ -60,7 +63,4 @@ - - - diff --git a/love/src/main/AndroidManifest.xml b/love/src/main/AndroidManifest.xml index fff3c0c9..8078c41d 100644 --- a/love/src/main/AndroidManifest.xml +++ b/love/src/main/AndroidManifest.xml @@ -1,3 +1,3 @@ - +