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 @@ - +