File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed
Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ This library is available on Maven Central.
2020<a href =" https://search.maven.org/search?q=com.uwetrottmann.androidutils " ><img src =" https://img.shields.io/maven-central/v/com.uwetrottmann.androidutils/androidutils.svg?style=flat-square " ></a >
2121
2222``` groovy
23- implementation("com.uwetrottmann.androidutils:androidutils:2.4.1 ")
23+ implementation("com.uwetrottmann.androidutils:androidutils:3.0.0 ")
2424```
2525
2626## License
Original file line number Diff line number Diff line change 11Release Notes
22=============
33
4+ ## 3.0.0
5+ _ 2022-01-21_
6+
7+ - Convert to Kotlin.
8+ - Add replace with code for ` CheatSheet ` , deprecate all methods.
9+ - Add ` AndroidUtils.isAtLeastS ` , remove ` isICSMR1OrHigher ` .
10+ - ` AndroidUtils ` uses ` NetworkCapabilities ` API to detect network state on Android 6 and higher.
11+ - Remove ` AndroidUtils.copyFile ` , use a Kotlin extension function instead.
12+
413## 2.4.1
514_ 2020-09-18_
615
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ apply plugin: 'maven-publish'
55apply plugin : ' signing'
66
77group = " com.uwetrottmann.androidutils"
8- version = " 2.4.2-SNAPSHOT "
8+ version = " 3.0.0 "
99
1010android {
1111 compileSdkVersion 31 // Android 12
You can’t perform that action at this time.
0 commit comments