From 1951ae56f423c6ed1ef07e4d7f3a05dec6f296fe Mon Sep 17 00:00:00 2001 From: Pranav Pandey Date: Tue, 2 Feb 2021 14:37:25 +0530 Subject: [PATCH] Version 4.0.0 --- README.md | 2 +- build.gradle | 6 +++--- sample/build.gradle | 6 ++++++ 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a4e5e86e2..19bece886 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ It can be installed by adding the following dependency to your `build.gradle` fi ```groovy dependencies { // For AndroidX enabled projects. - implementation 'com.pranavpandey.android:dynamic-support:3.2.0' + implementation 'com.pranavpandey.android:dynamic-support:4.0.0' // For legacy projects. implementation 'com.pranavpandey.android:dynamic-support:1.3.0' diff --git a/build.gradle b/build.gradle index 0d398483f..f9127bee6 100644 --- a/build.gradle +++ b/build.gradle @@ -73,9 +73,9 @@ ext { mavenDir = 'com/pranavpandey/android' mavenArtifactId = 'dynamic-support' mavenInceptionYear = 2018 - mavenVersion = '3.2.0' - mavenVersionCode = 24 - sampleVersionCode = 24 + mavenVersion = '4.0.0' + mavenVersionCode = 25 + sampleVersionCode = 25 developerId = 'pranavpandey' developerName = 'Pranav Pandey' diff --git a/sample/build.gradle b/sample/build.gradle index 702b5a8fa..64c548c2f 100644 --- a/sample/build.gradle +++ b/sample/build.gradle @@ -38,6 +38,12 @@ android { } } + bundle { + density { + enableSplit false + } + } + compileOptions { sourceCompatibility JavaVersion.VERSION_1_8 targetCompatibility JavaVersion.VERSION_1_8