Skip to content

Commit

Permalink
Remove outdated Android examples (Kotlin#2418)
Browse files Browse the repository at this point in the history
These examples are way outdated, unmaintained and cannot be built as is in the most recent Android Studio. There is plenty of high-quality examples in the Web right now, no need to keep (and update Kotlin version) these two
  • Loading branch information
qwwdfsad committed Nov 30, 2020
1 parent 167c44e commit 0e67d0a
Show file tree
Hide file tree
Showing 62 changed files with 1 addition and 1,542 deletions.
4 changes: 1 addition & 3 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@ To release new `<version>` of `kotlinx-coroutines`:
* [`kotlinx-coroutines-test/README.md`](kotlinx-coroutines-test/README.md)
* [`coroutines-guide-ui.md`](ui/coroutines-guide-ui.md)
* Properties
* [`gradle.properties`](gradle.properties)
* [`ui/kotlinx-coroutines-android/example-app/gradle.properties`](ui/kotlinx-coroutines-android/example-app/gradle.properties)
* [`ui/kotlinx-coroutines-android/animation-app/gradle.properties`](ui/kotlinx-coroutines-android/animation-app/gradle.properties)
* [`gradle.properties`](gradle.properties)
* Make sure to **exclude** `CHANGES.md` from replacements.

As an alternative approach you can use `./bump-version.sh old_version new_version`
Expand Down
2 changes: 0 additions & 2 deletions bump-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ update_version "kotlinx-coroutines-core/README.md"
update_version "kotlinx-coroutines-debug/README.md"
update_version "kotlinx-coroutines-test/README.md"
update_version "ui/coroutines-guide-ui.md"
update_version "ui/kotlinx-coroutines-android/example-app/gradle.properties"
update_version "ui/kotlinx-coroutines-android/animation-app/gradle.properties"
update_version "gradle.properties"

# Escape dots, e.g. 1.0.0 -> 1\.0\.0
Expand Down
35 changes: 0 additions & 35 deletions ui/kotlinx-coroutines-android/animation-app/app/build.gradle.kts

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 0e67d0a

Please sign in to comment.