File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 33# Dynamic Utils
44
55[ ![ License] ( https://img.shields.io/badge/license-Apache%202-4EB1BA.svg? )] ( https://www.apache.org/licenses/LICENSE-2.0.html )
6- [ ![ Build Status] ( https://travis-ci.org/pranavpandey/dynamic-utils.svg?branch=master )] ( https://travis-ci.org/pranavpandey/dynamic-utils )
76[ ![ Release] ( https://img.shields.io/maven-central/v/com.pranavpandey.android/dynamic-utils )] ( https://search.maven.org/artifact/com.pranavpandey.android/dynamic-utils )
87
98A collection of static methods and packages to perform dynamic operations on Android 2.3 (API 9)
@@ -51,7 +50,7 @@ It can be installed by adding the following dependency to your `build.gradle` fi
5150``` groovy
5251dependencies {
5352 // For AndroidX enabled projects.
54- implementation 'com.pranavpandey.android:dynamic-utils:4.4.3 '
53+ implementation 'com.pranavpandey.android:dynamic-utils:4.4.4 '
5554
5655 // For legacy projects.
5756 implementation 'com.pranavpandey.android:dynamic-utils:1.3.0'
Original file line number Diff line number Diff line change 6666 mavenDir = ' com/pranavpandey/android'
6767 mavenArtifactId = ' dynamic-utils'
6868 mavenInceptionYear = ' 2017'
69- mavenVersion = ' 4.4.3 '
70- mavenVersionCode = 38
69+ mavenVersion = ' 4.4.4 '
70+ mavenVersionCode = 39
7171
7272 developerId = ' pranavpandey'
7373 developerName = ' Pranav Pandey'
You can’t perform that action at this time.
0 commit comments