mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-26 15:06:16 -04:00
Build 29058637
This commit is contained in:
parent
19729d4599
commit
b49abf9904
10 changed files with 40 additions and 20 deletions
|
@ -11,8 +11,8 @@ android {
|
|||
applicationId = "me.lecaro.breakout"
|
||||
minSdk = 21
|
||||
targetSdk = 34
|
||||
versionCode = 29058469
|
||||
versionName = "29058469"
|
||||
versionCode = 29058637
|
||||
versionName = "29058637"
|
||||
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
||||
vectorDrawables {
|
||||
useSupportLibrary = true
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -126,10 +126,8 @@ class MainActivity : android.app.Activity() {
|
|||
webView.settings.domStorageEnabled = true
|
||||
webView.settings.setSupportZoom(false)
|
||||
|
||||
val installerPackageName = packageManager.getInstallerPackageName(packageName)
|
||||
|
||||
|
||||
webView.loadUrl("file:///android_asset/index.html?isInWebView=true&source=$installerPackageName")
|
||||
webView.loadUrl("file:///android_asset/index.html?isInWebView=true")
|
||||
val activity = this;
|
||||
|
||||
webView.webChromeClient = object : WebChromeClient() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue