From 7435ba152ba3787a4844ee1c99d13fababad737d Mon Sep 17 00:00:00 2001 From: Chema Gonzalez Date: Thu, 16 Jan 2020 15:56:33 -0800 Subject: [PATCH] make sure app builds and lints Tested: ``` $ ANDROID_HOME=/opt/android_sdk ./gradlew build > Task :app:lint Ran lint on variant debug: 96 issues found Ran lint on variant release: 96 issues found Wrote HTML report to file:///.../grafika/app/build/reports/lint-results.html Wrote XML report to file:///.../grafika/app/build/reports/lint-results.xml BUILD SUCCESSFUL in 3s 53 actionable tasks: 1 executed, 52 up-to-date ``` --- app/build.gradle | 2 +- app/src/main/res/menu/main.xml | 7 ++++--- gradlew | 0 3 files changed, 5 insertions(+), 4 deletions(-) mode change 100644 => 100755 gradlew diff --git a/app/build.gradle b/app/build.gradle index 922aebca..59718b97 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -19,7 +19,7 @@ android { compileSdkVersion 28 defaultConfig { applicationId "com.google.grafika" - minSdkVersion 14 + minSdkVersion 18 targetSdkVersion 28 } } diff --git a/app/src/main/res/menu/main.xml b/app/src/main/res/menu/main.xml index b20cf47a..89b28fc5 100644 --- a/app/src/main/res/menu/main.xml +++ b/app/src/main/res/menu/main.xml @@ -14,19 +14,20 @@ limitations under the License. --> - + diff --git a/gradlew b/gradlew old mode 100644 new mode 100755