File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ It can be installed by adding the following dependency to your `build.gradle` fi
41
41
``` groovy
42
42
dependencies {
43
43
// For AndroidX enabled projects.
44
- implementation 'com.pranavpandey.android:dynamic-support:3.0.1 '
44
+ implementation 'com.pranavpandey.android:dynamic-support:3.1.0 '
45
45
46
46
// For legacy projects.
47
47
implementation 'com.pranavpandey.android:dynamic-support:1.3.0'
Original file line number Diff line number Diff line change 72
72
mavenGroup = ' com.pranavpandey.android'
73
73
mavenArtifactId = ' dynamic-support'
74
74
mavenInceptionYear = 2018
75
- mavenVersion = ' 3.0.1 '
76
- mavenVersionCode = 21
77
- sampleVersionCode = 21
75
+ mavenVersion = ' 3.1.0 '
76
+ mavenVersionCode = 22
77
+ sampleVersionCode = 22
78
78
79
79
developerId = ' pranavpandey'
80
80
developerName = ' Pranav Pandey'
You can’t perform that action at this time.
0 commit comments