Skip to content

Commit

Permalink
Version 4.4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavpandey committed Mar 11, 2023
1 parent d56dbe8 commit 66810d3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -50,7 +50,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-utils:4.4.7'
implementation 'com.pranavpandey.android:dynamic-utils:4.4.8'
// For legacy projects.
implementation 'com.pranavpandey.android:dynamic-utils:1.3.0'
Expand Down
6 changes: 3 additions & 3 deletions build.gradle
@@ -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 Down Expand Up @@ -66,8 +66,8 @@ ext {
mavenDir = 'com/pranavpandey/android'
mavenArtifactId = 'dynamic-utils'
mavenInceptionYear = '2017'
mavenVersion = '4.4.7'
mavenVersionCode = 42
mavenVersion = '4.4.8'
mavenVersionCode = 43

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

0 comments on commit 66810d3

Please sign in to comment.