Skip to content

Commit 873c0da

Browse files
committed
Update README
1 parent cec8dbd commit 873c0da

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1+
<img src="https://raw.githubusercontent.com/pranavpandey/dynamic-utils/master/graphics/dynamic-utils_512x512.png" width="160" height="160" align="right" hspace="20">
2+
13
# Dynamic Utils
24

35
[![License](https://img.shields.io/badge/license-Apache%202-4EB1BA.svg?)](https://www.apache.org/licenses/LICENSE-2.0.html)
46
[![Build Status](https://travis-ci.org/pranavpandey/dynamic-utils.svg?branch=master)](https://travis-ci.org/pranavpandey/dynamic-utils)
57

6-
<img src="https://raw.githubusercontent.com/pranavpandey/dynamic-utils/master/graphics/dynamic-utils_512x512.png" width="160" height="160" align="right" hspace="20">
7-
88
A collection of static methods to perform various operations including color, device, drawable,
99
package, tasks and sdk on Android 9+ (Gingerbread or above) devices.
1010

@@ -32,7 +32,6 @@ package, tasks and sdk on Android 9+ (Gingerbread or above) devices.
3232
It can be installed by adding the following dependency to your `build.gradle` file:
3333

3434
```groovy
35-
allprojects {
3635
dependencies {
3736
compile 'com.pranavpandey.android:dynamic-utils:0.1.0'
3837
}
@@ -132,7 +131,7 @@ Helper class to easily execute or cancel an AsyncTask by handling all the except
132131
Helper class to detect the Android SDK version at runtime so that we can provide the user
133132
experience accordingly.
134133

135-
1. `isHoneycomb()` - To detect if the current Android version is Honeycomb or above.
134+
1. `isGingerbread()` - To detect if the current Android version is Gingerbread or above.
136135

137136
2. `isIceCreamSandwich()` - To detect if the current Android version is Ice Cream Sandwich or above.
138137

@@ -142,7 +141,7 @@ experience accordingly.
142141

143142
11. `isNougatMR1()` - To detect if the current Android version is N_MR1 or above.
144143

145-
### DynamicWindowsUtils
144+
### DynamicWindowUtils
146145

147146
Helper class to perform Window operations and to detect system configurations at runtime.
148147

graphics/dynamic-utils.psd

-81 Bytes
Binary file not shown.

graphics/dynamic-utils_512x512.png

193 Bytes
Loading

0 commit comments

Comments
 (0)