Skip to content

Commit 4fc934f

Browse files
Changed the code block in the README file to specify the language.
1 parent 89dbf38 commit 4fc934f

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,11 @@ This library contains a mixture of small helper classes, functions and views use
4545

4646
To use the above utilities within your app simply add the following repository and dependency declaration in the `build.gradle` file of your Android project:
4747

48-
repositories {
49-
mavenCentral()
50-
}
51-
dependencies {
52-
implementation 'com.tazkiyatech:android-utils:0.2.2'
53-
}
48+
```gradle
49+
repositories {
50+
mavenCentral()
51+
}
52+
dependencies {
53+
implementation 'com.tazkiyatech:android-utils:0.2.2'
54+
}
55+
```

0 commit comments

Comments
 (0)