From 80e5811af3ee66f5f27e6da5fa479f04f82297d1 Mon Sep 17 00:00:00 2001 From: M66B Date: Mon, 7 Jan 2019 11:05:55 +0000 Subject: [PATCH] Simplification --- build.gradle | 9 --------- 1 file changed, 9 deletions(-) diff --git a/build.gradle b/build.gradle index 00ab080..b2ed559 100644 --- a/build.gradle +++ b/build.gradle @@ -14,15 +14,6 @@ android { targetSdkVersion 28 } - buildTypes { - release { - } - play { - } - debug { - } - } - dependencies { def androidx_version = "1.0.2" implementation "androidx.appcompat:appcompat:$androidx_version"