Skip to content

Commit 968cc7d

Browse files
committed
Version 4.2.0
1 parent 5bfa5a6 commit 968cc7d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ It can be installed by adding the following dependency to your `build.gradle` fi
3838
```groovy
3939
dependencies {
4040
// For AndroidX enabled projects.
41-
implementation 'com.pranavpandey.android:dynamic-engine:4.1.1'
41+
implementation 'com.pranavpandey.android:dynamic-engine:4.2.0'
4242
4343
// For legacy projects.
4444
implementation 'com.pranavpandey.android:dynamic-engine:1.3.0'

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ ext {
6868
mavenDir = 'com/pranavpandey/android'
6969
mavenArtifactId = 'dynamic-engine'
7070
mavenInceptionYear = '2017'
71-
mavenVersion = '4.1.1'
72-
mavenVersionCode = 27
71+
mavenVersion = '4.2.0'
72+
mavenVersionCode = 28
7373

7474
developerId = 'pranavpandey'
7575
developerName = 'Pranav Pandey'

0 commit comments

Comments
 (0)