From 36a142f7b47cdc2dd707ec75c85dcb2998500fc7 Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Thu, 11 Feb 2021 17:15:39 +0800 Subject: Version 4.2.5. Disable split for language. --- app/build.gradle | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'app') diff --git a/app/build.gradle b/app/build.gradle index a148d579..991d0f8e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -6,8 +6,8 @@ android { applicationId "ml.docilealligator.infinityforreddit" minSdkVersion 21 targetSdkVersion 30 - versionCode 59 - versionName "4.2.4" + versionCode 60 + versionName "4.2.5" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" javaCompileOptions { annotationProcessorOptions { @@ -32,6 +32,12 @@ android { sourceCompatibility JavaVersion.VERSION_1_8 targetCompatibility JavaVersion.VERSION_1_8 } + + bundle { + language { + enableSplit = false + } + } } dependencies { -- cgit v1.2.3