From 552bba4e79f6b128451f08e37a114b24e1b2ced3 Mon Sep 17 00:00:00 2001 From: Bnyro Date: Wed, 3 Jul 2024 15:06:58 +0200 Subject: [PATCH] chore: remove product flavors --- app/build.gradle.kts | 7 ------- 1 file changed, 7 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index ea8b06fb5..6662870b9 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -40,13 +40,6 @@ android { } } - flavorDimensions.add("version") - productFlavors { - create("libre") { - dimension = "version" - } - } - compileOptions { sourceCompatibility = JavaVersion.VERSION_17 targetCompatibility = JavaVersion.VERSION_17