diff --git a/Android/app/build.gradle.kts b/Android/app/build.gradle.kts index d7706d12..9e1b2b3f 100644 --- a/Android/app/build.gradle.kts +++ b/Android/app/build.gradle.kts @@ -11,8 +11,8 @@ android { applicationId = "com.archipelago.app" minSdk = 26 targetSdk = 35 - versionCode = 47 - versionName = "0.5.27" + versionCode = 48 + versionName = "0.5.28" vectorDrawables { useSupportLibrary = true diff --git a/Android/app/src/main/AndroidManifest.xml b/Android/app/src/main/AndroidManifest.xml index 1ed5e9a3..335a8837 100644 --- a/Android/app/src/main/AndroidManifest.xml +++ b/Android/app/src/main/AndroidManifest.xml @@ -54,6 +54,15 @@ + + + + + + + + Install button) opens the Remote Companion download/pairing modal. + Not rendered at all inside the companion app's WebView: pitching + "install the companion" to someone already in it is noise (#61). -->