diff --git a/README.md b/README.md
index d41295f..0496b0f 100644
--- a/README.md
+++ b/README.md
@@ -142,6 +142,7 @@ Only projects that are stable and useful to users are added. Projects that do no
### Mobile
+* [tomaka/android-rs-glue](https://github.com/tomaka/android-rs-glue) — glue between Rust and Android [
](https://travis-ci.org/tomaka/android-rs-glue)
### Network programming
diff --git a/UNSTABLE.md b/UNSTABLE.md
index b21eb73..9de883b 100644
--- a/UNSTABLE.md
+++ b/UNSTABLE.md
@@ -114,7 +114,6 @@ A list of awesome but unstable/experimental Rust projects which some day hopeful
### Mobile
-* [tomaka/android-rs-glue](https://github.com/tomaka/android-rs-glue) — glue between Rust and Android [
](https://travis-ci.org/tomaka/android-rs-glue)
### Network programming
diff --git a/generate_markdown_files.py b/generate_markdown_files.py
index 40eff70..4ddea27 100644
--- a/generate_markdown_files.py
+++ b/generate_markdown_files.py
@@ -25,7 +25,7 @@ DATA = \
"descr": 'glue between Rust and Android',
"travis_url": 'https://travis-ci.org/tomaka/android-rs-glue',
"travis_badge": 'https://travis-ci.org/tomaka/android-rs-glue.svg?branch=master',
- "unstable": True
+ "unstable": False
},
'TyOverby/bincode': {
"url": 'https://github.com/TyOverby/bincode',