feat(route): add Android SDK Platform Tools release notes (#10264)

* feat(route): add Android SDK Platform Tools release notes

* fix typo

* fix links
This commit is contained in:
Ethan Shen
2022-07-21 18:01:51 +08:00
committed by GitHub
parent 9703916bce
commit cb11a6c8a7
6 changed files with 78 additions and 0 deletions

3
lib/v2/android/router.js Normal file
View File

@@ -0,0 +1,3 @@
module.exports = function (router) {
router.get('/platform-tools-releases', require('./platform-tools-releases'));
};