Skip to content

Commit 9b43c0a

Browse files
committed
Version 6.2.0
1 parent 7fa7442 commit 9b43c0a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ It can be installed by adding the following dependency to your `build.gradle` fi
4747
```groovy
4848
dependencies {
4949
// For AndroidX enabled projects.
50-
implementation 'com.pranavpandey.android:dynamic-support:6.1.1'
50+
implementation 'com.pranavpandey.android:dynamic-support:6.2.0'
5151
5252
// For legacy projects.
5353
implementation 'com.pranavpandey.android:dynamic-support:1.3.0'

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@ ext {
7777
mavenDir = 'com/pranavpandey/android'
7878
mavenArtifactId = 'dynamic-support'
7979
mavenInceptionYear = 2018
80-
mavenVersion = '6.1.1'
81-
mavenVersionCode = 33
82-
sampleVersionCode = 34
80+
mavenVersion = '6.2.0'
81+
mavenVersionCode = 34
82+
sampleVersionCode = 35
8383

8484
developerId = 'pranavpandey'
8585
developerName = 'Pranav Pandey'

0 commit comments

Comments
 (0)