breaking: bump android requirement to API 29
diff --git a/.travis.yml b/.travis.yml
index 015b6a9..905a6c6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,8 +9,8 @@
   global:
     - SAUCE_USERNAME=snay
     - TRAVIS_NODE_VERSION=12
-    - ANDROID_API_LEVEL=28
-    - ANDROID_BUILD_TOOLS_VERSION=28.0.3
+    - ANDROID_API_LEVEL=29
+    - ANDROID_BUILD_TOOLS_VERSION=29.0.2
 
 language: node_js
 node_js: 12