Skip to content

Commit

Permalink
Version 3.3.1
Browse files Browse the repository at this point in the history
Dynamic utils 3.4.1
  • Loading branch information
pranavpandey committed Jan 30, 2021
1 parent 8a5c943 commit ddda419
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:3.3.0'
implementation 'com.pranavpandey.android:dynamic-engine:3.3.1'
// 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 @@ -20,7 +20,7 @@ buildscript {
'minSdk' : 14,
'targetSdk' : 30,
'buildTools': '30.0.3',
'dynamic' : '3.4.0',
'dynamic' : '3.4.1',
'preference': '1.1.1'
]

Expand Down Expand Up @@ -65,8 +65,8 @@ ext {
mavenDir = 'com/pranavpandey/android'
mavenArtifactId = 'dynamic-engine'
mavenInceptionYear = 2017
mavenVersion = '3.3.0'
mavenVersionCode = 23
mavenVersion = '3.3.1'
mavenVersionCode = 24

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

0 comments on commit ddda419

Please sign in to comment.