From 18c9b3c401f0c7fbc16240515514a03b506d6c2c Mon Sep 17 00:00:00 2001 From: Martin Felis Date: Tue, 29 Oct 2019 22:59:28 +0100 Subject: [PATCH] Disable microphone for PlayStore build. --- app/build.gradle | 4 ++-- app/src/main/AndroidManifest.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 6942172d..af6ae9e9 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -5,8 +5,8 @@ android { buildToolsVersion "28.0.3" defaultConfig { applicationId "org.love2d.android" - versionCode 28 - versionName "11.3" + versionCode 29 + versionName "11.3a" minSdkVersion 14 targetSdkVersion 28 } diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index cf3efa72..e46fae1d 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -3,7 +3,7 @@ android:installLocation="auto" xmlns:android="http://schemas.android.com/apk/res/android"> - +