Skip to content

Commit

Permalink
Version 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavpandey committed Jan 22, 2019
1 parent 616482a commit a588994
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,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:2.1.0'
implementation 'com.pranavpandey.android:dynamic-engine:2.2.0'
// For legacy projects.
implementation 'com.pranavpandey.android:dynamic-engine:1.3.0'
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',
'broadcast' : '1.0.0',
'dynamic' : '2.1.1'
'dynamic' : '2.2.0'
]

repositories {
Expand Down Expand Up @@ -66,8 +66,8 @@ ext {
mavenGroup = 'com.pranavpandey.android'
mavenArtifactId = 'dynamic-engine'
mavenInceptionYear = 2017
mavenVersion = '2.1.1'
mavenVersionCode = 17
mavenVersion = '2.2.0'
mavenVersionCode = 18

developerId = 'pranavpandey'
developerName = 'Pranav Pandey'
Expand Down

0 comments on commit a588994

Please sign in to comment.