Skip to content

Commit 597bdc3

Browse files
committed
Version 3.1.0
1 parent b6eba37 commit 597bdc3

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
@@ -41,7 +41,7 @@ It can be installed by adding the following dependency to your `build.gradle` fi
4141
```groovy
4242
dependencies {
4343
// For AndroidX enabled projects.
44-
implementation 'com.pranavpandey.android:dynamic-support:3.0.1'
44+
implementation 'com.pranavpandey.android:dynamic-support:3.1.0'
4545
4646
// For legacy projects.
4747
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
@@ -72,9 +72,9 @@ ext {
7272
mavenGroup = 'com.pranavpandey.android'
7373
mavenArtifactId = 'dynamic-support'
7474
mavenInceptionYear = 2018
75-
mavenVersion = '3.0.1'
76-
mavenVersionCode = 21
77-
sampleVersionCode = 21
75+
mavenVersion = '3.1.0'
76+
mavenVersionCode = 22
77+
sampleVersionCode = 22
7878

7979
developerId = 'pranavpandey'
8080
developerName = 'Pranav Pandey'

0 commit comments

Comments
 (0)