From d32be8ae19068be9683d166407521415d5772192 Mon Sep 17 00:00:00 2001 From: Christian Schneppe Date: Sat, 20 Oct 2018 23:17:33 +0200 Subject: fix some build errors --- build.gradle | 2 -- 1 file changed, 2 deletions(-) (limited to 'build.gradle') diff --git a/build.gradle b/build.gradle index 0aee2fd96..1ac3b4e16 100644 --- a/build.gradle +++ b/build.gradle @@ -128,7 +128,6 @@ android { productFlavors { standardPush { dimension "distribution" - versionNameSuffix "+p" } standard } @@ -168,7 +167,6 @@ android { lintOptions { disable 'ExtraTranslation', 'MissingTranslation', 'InvalidPackage', 'MissingQuantity', 'AppCompatResource', 'RestrictedApi' - checkReleaseBuilds false } subprojects { -- cgit v1.2.3