aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2019-04-04 15:56:07 -0400
committerAllan Wang <me@allanwang.ca>2019-04-04 15:56:07 -0400
commit3f5ce21205354c087f83b0bd182cb6727c4ca3fe (patch)
tree2120a6b994794fa01bc340cee08942565fb5ae46
parent2d826d960469668b13e0de7642b4e9067d61ef4b (diff)
downloadkau-3f5ce21205354c087f83b0bd182cb6727c4ca3fe.tar.gz
kau-3f5ce21205354c087f83b0bd182cb6727c4ca3fe.tar.bz2
kau-3f5ce21205354c087f83b0bd182cb6727c4ca3fe.zip
Remove legacy descriptions4.0.0
-rw-r--r--README.md8
-rw-r--r--docs/Changelog.md3
2 files changed, 3 insertions, 8 deletions
diff --git a/README.md b/README.md
index e584f9b..47a1414 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,3 @@
-**Note: v3.8.0 is the last release with support dependencies. Starting with 4.0.0-alpha01, androidx will be used**
-
----
-
<a href="https://allanwang.github.io/KAU/" target="_blank">
<img src="https://cdn.rawgit.com/AllanWang/KAU/master/files/images/logo.svg" alt="KAU" width="30%"/>
</a>
@@ -39,8 +35,6 @@ allprojects {
}
```
-(If you are using gradle < 4.0, use `maven { url "https://maven.google.com" }` instead of `google()`)
-
And add the following dependencies (You can use a specific version, commit, or -SNAPSHOT):
Note that only `core` is required if you want the basic features.
@@ -75,8 +69,6 @@ buildscript {
```
-(If you are using gradle < 4.0, use `compile` instead of `implementation`)
-
-----------
# Submodules
diff --git a/docs/Changelog.md b/docs/Changelog.md
index 021a0f1..f8054af 100644
--- a/docs/Changelog.md
+++ b/docs/Changelog.md
@@ -1,5 +1,8 @@
# Changelog
+## v4.0.0
+* Update translations
+
## v4.0.0-alpha02
* Update translations
* :core: Remove anko dependency. Methods that used it now use coroutines; see the migration doc for minor changes