diff --git a/README.md b/README.md index 7d50bd44b..273d9ab4a 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ It can be installed by adding the following dependency to your `build.gradle` fi ```groovy dependencies { - implementation 'com.pranavpandey.android:dynamic-support:1.2.0' + implementation 'com.pranavpandey.android:dynamic-support:1.3.0' } ``` diff --git a/build.gradle b/build.gradle index 30a4cbb26..a86068ae2 100644 --- a/build.gradle +++ b/build.gradle @@ -64,8 +64,8 @@ ext { mavenGroup = 'com.pranavpandey.android' mavenArtifactId = 'dynamic-support' mavenInceptionYear = 2018 - mavenVersion = '1.2.0' - mavenVersionCode = 13 + mavenVersion = '1.3.0' + mavenVersionCode = 14 developerId = 'pranavpandey' developerName = 'Pranav Pandey'