diff --git a/README.md b/README.md index d32eb88..4947600 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ It can be installed by adding the following dependency to your `build.gradle` fi ```groovy dependencies { // For AndroidX enabled projects. - implementation 'com.pranavpandey.android:dynamic-engine:4.3.0' + implementation 'com.pranavpandey.android:dynamic-engine:4.3.1' // For legacy projects. implementation 'com.pranavpandey.android:dynamic-engine:1.3.0' diff --git a/build.gradle b/build.gradle index b1fd7ab..8241eb5 100644 --- a/build.gradle +++ b/build.gradle @@ -68,8 +68,8 @@ ext { mavenDir = 'com/pranavpandey/android' mavenArtifactId = 'dynamic-engine' mavenInceptionYear = '2017' - mavenVersion = '4.3.0' - mavenVersionCode = 29 + mavenVersion = '4.3.1' + mavenVersionCode = 30 developerId = 'pranavpandey' developerName = 'Pranav Pandey'