Skip to content

Commit 0e714fb

Browse files
committed
Prepare release 3.0.0
1 parent 5be2f1c commit 0e714fb

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

RELEASE_NOTES.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
Release 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

androidutils/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ apply plugin: 'maven-publish'
55
apply plugin: 'signing'
66

77
group = "com.uwetrottmann.androidutils"
8-
version = "2.4.2-SNAPSHOT"
8+
version = "3.0.0"
99

1010
android {
1111
compileSdkVersion 31 // Android 12

0 commit comments

Comments
 (0)