Skip to content

Commit

Permalink
Version 4.3.3
Browse files Browse the repository at this point in the history
Dynamic utils 4.4.8.
  • Loading branch information
pranavpandey committed Mar 11, 2023
1 parent 1cb9e13 commit 30badb8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,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:4.3.2'
implementation 'com.pranavpandey.android:dynamic-engine:4.3.3'
// For legacy projects.
implementation 'com.pranavpandey.android:dynamic-engine:1.3.0'
Expand Down Expand Up @@ -367,7 +367,7 @@ Pranav Pandey

## License

Copyright 2017-2022 Pranav Pandey
Copyright 2017-2023 Pranav Pandey

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2017-2022 Pranav Pandey
* Copyright 2017-2023 Pranav Pandey
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -20,7 +20,7 @@ buildscript {
'minSdk' : 14,
'targetSdk' : 33,
'buildTools': '33.0.2',
'dynamic' : '4.4.7',
'dynamic' : '4.4.8',
'preference': '1.1.1'
]

Expand Down Expand Up @@ -68,8 +68,8 @@ ext {
mavenDir = 'com/pranavpandey/android'
mavenArtifactId = 'dynamic-engine'
mavenInceptionYear = '2017'
mavenVersion = '4.3.2'
mavenVersionCode = 31
mavenVersion = '4.3.3'
mavenVersionCode = 32

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

0 comments on commit 30badb8

Please sign in to comment.