Fixed namespace, updated mobile navbar z-index
This commit is contained in:
parent
612fbf4c6a
commit
287d01c157
25 changed files with 30 additions and 45 deletions
|
|
@ -1,5 +1,4 @@
|
|||
import java.util.Properties
|
||||
import java.io.FileInputStream
|
||||
|
||||
plugins {
|
||||
id("com.android.application")
|
||||
|
|
@ -16,10 +15,10 @@ val tauriProperties = Properties().apply {
|
|||
|
||||
android {
|
||||
compileSdk = 36
|
||||
namespace = "net.tensamin.app"
|
||||
namespace = "net.tensamin.client"
|
||||
defaultConfig {
|
||||
manifestPlaceholders["usesCleartextTraffic"] = "false"
|
||||
applicationId = "net.tensamin.app"
|
||||
applicationId = "net.tensamin.client"
|
||||
minSdk = 24
|
||||
targetSdk = 36
|
||||
versionCode = tauriProperties.getProperty("tauri.android.versionCode", "1").toInt()
|
||||
|
|
|
|||
Loading…
Reference in a new issue