Skip to content

Commit 9e531df

Browse files
committed
Version 4.3.1
1 parent 9a3b524 commit 9e531df

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.3.0'
41+
implementation 'com.pranavpandey.android:dynamic-engine:4.3.1'
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.3.0'
72-
mavenVersionCode = 29
71+
mavenVersion = '4.3.1'
72+
mavenVersionCode = 30
7373

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

0 commit comments

Comments
 (0)