Skip to content

Commit

Permalink
Remove legacy descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanWang committed Apr 4, 2019
1 parent 2d826d9 commit 3f5ce21
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -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>
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -75,8 +69,6 @@ buildscript {
```

(If you are using gradle < 4.0, use `compile` instead of `implementation`)

-----------

# Submodules
Expand Down
3 changes: 3 additions & 0 deletions docs/Changelog.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 3f5ce21

Please sign in to comment.