google / google-authenticator-android

Open source fork of the Google Authenticator Android app
https://play.google.com/store/apps/details?id=com.google.android.apps.authenticator2
Apache License 2.0
1.58k stars 470 forks source link

Stop pinning build_tools version in the Android SDK config #122

Closed jin closed 4 years ago

jin commented 4 years ago

Bazel CI is updating to build-tools 30.x.x. This allows for more flexibility with changing Bazel CI SDK versions.

https://github.com/bazelbuild/continuous-integration/pull/984