Skip to content

Commit

Permalink
Version 2.1.0
Browse files Browse the repository at this point in the history
Gradle plugin 3.4.0-alpha09.
  • Loading branch information
pranavpandey committed Dec 21, 2018
1 parent f3ad5ef commit 2c5fb46
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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'
Expand Down

0 comments on commit 2c5fb46

Please sign in to comment.