Skip to content

Commit

Permalink
Version 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavpandey committed Feb 2, 2021
1 parent 95cd7d4 commit 1951ae5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
6 changes: 6 additions & 0 deletions sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@ android {
}
}

bundle {
density {
enableSplit false
}
}

compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
Expand Down

0 comments on commit 1951ae5

Please sign in to comment.