File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ It can be installed by adding the following dependency to your `build.gradle` fi
38
38
``` groovy
39
39
dependencies {
40
40
// For AndroidX enabled projects.
41
- implementation 'com.pranavpandey.android:dynamic-engine:4.3.0 '
41
+ implementation 'com.pranavpandey.android:dynamic-engine:4.3.1 '
42
42
43
43
// For legacy projects.
44
44
implementation 'com.pranavpandey.android:dynamic-engine:1.3.0'
Original file line number Diff line number Diff line change 68
68
mavenDir = ' com/pranavpandey/android'
69
69
mavenArtifactId = ' dynamic-engine'
70
70
mavenInceptionYear = ' 2017'
71
- mavenVersion = ' 4.3.0 '
72
- mavenVersionCode = 29
71
+ mavenVersion = ' 4.3.1 '
72
+ mavenVersionCode = 30
73
73
74
74
developerId = ' pranavpandey'
75
75
developerName = ' Pranav Pandey'
You can’t perform that action at this time.
0 commit comments