Skip to content

Commit 3cd5e1c

Browse files
committed
Update README.md,
Fixed gradlew chmod Signed-off-by: plsankar <[email protected]>
1 parent 9521a6d commit 3cd5e1c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ repositories {
1717
2. Add the dependency
1818

1919
```groovy
20-
implementation 'com.github.ctrlbytes:CodeKit:0.1.3'
20+
implementation 'com.github.ctrlbytes:CodeKit:LATEST_VERSION_HERE'
2121
```
2222

2323
## Usage
2424

2525
### ConnectivityUtils
2626

27-
```java
27+
```kotlin
2828

2929
ConnectivityUtils.isInternetOn(context);
3030
ConnectivityUtils.isMobileDataOn(context);
@@ -34,7 +34,7 @@ ConnectivityUtils.isWiFiOn(context);
3434

3535
### AppsInDevice
3636

37-
```java
37+
```kotlin
3838
AppsInDevice.isInstalled(context, packageName)
3939
```
4040

Diff for: gradlew

100644100755
File mode changed.

0 commit comments

Comments
 (0)