diff --git a/README.md b/README.md index 88409094b..a0155ab14 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-support:2.0.0' + implementation 'com.pranavpandey.android:dynamic-support:2.1.0' // For legacy projects. implementation 'com.pranavpandey.android:dynamic-support:1.3.0' @@ -138,6 +138,8 @@ checkout the `Rotation` app to experience the full potential of this library. ## Translations - German (de) - Flubberlutsch +- Indonesian (in) - Gamal Kevin A +- Italian (it) - Nicola - Spanish (es) - Dave - Turkish (tr) - Fatih Fırıncı - Chinese (Simplified) (zh-rCN) - John Canny diff --git a/build.gradle b/build.gradle index 79c20576a..b806f5a69 100644 --- a/build.gradle +++ b/build.gradle @@ -21,7 +21,7 @@ buildscript { 'targetSdk' : 28, 'buildTools': '28.0.3', 'androidx' : '1.1.0-alpha02', - 'dynamic' : '2.1.0', + 'dynamic' : '2.1.1', 'gson' : '2.8.5', 'kotlin' : '1.3.11', 'material' : '1.1.0-alpha02' @@ -67,8 +67,8 @@ ext { mavenGroup = 'com.pranavpandey.android' mavenArtifactId = 'dynamic-support' mavenInceptionYear = 2018 - mavenVersion = '2.0.0' - mavenVersionCode = 15 + mavenVersion = '2.1.0' + mavenVersionCode = 16 developerId = 'pranavpandey' developerName = 'Pranav Pandey'