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 @@ -47,7 +47,7 @@ It can be installed by adding the following dependency to your `build.gradle` fi
47
47
``` groovy
48
48
dependencies {
49
49
// For AndroidX enabled projects.
50
- implementation 'com.pranavpandey.android:dynamic-support:6.1.1 '
50
+ implementation 'com.pranavpandey.android:dynamic-support:6.2.0 '
51
51
52
52
// For legacy projects.
53
53
implementation 'com.pranavpandey.android:dynamic-support:1.3.0'
Original file line number Diff line number Diff line change 77
77
mavenDir = ' com/pranavpandey/android'
78
78
mavenArtifactId = ' dynamic-support'
79
79
mavenInceptionYear = 2018
80
- mavenVersion = ' 6.1.1 '
81
- mavenVersionCode = 33
82
- sampleVersionCode = 34
80
+ mavenVersion = ' 6.2.0 '
81
+ mavenVersionCode = 34
82
+ sampleVersionCode = 35
83
83
84
84
developerId = ' pranavpandey'
85
85
developerName = ' Pranav Pandey'
You can’t perform that action at this time.
0 commit comments