Build 29074010

This commit is contained in:
Renan LE CARO 2025-04-12 08:50:28 +02:00
parent 613b7cce58
commit 7e8643ceed
9 changed files with 20 additions and 14 deletions

View file

@ -29,8 +29,8 @@ android {
applicationId = "me.lecaro.breakout"
minSdk = 21
targetSdk = 34
versionCode = 29073274
versionName = "29073274"
versionCode = 29074010
versionName = "29074010"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
useSupportLibrary = true

File diff suppressed because one or more lines are too long

View file

@ -139,6 +139,7 @@ class MainActivity : android.app.Activity() {
return true
}
override fun onShowFileChooser(
webView: WebView?,
filePathCallback: ValueCallback<Array<Uri>>?,