Skip to content

Commit 3dbefa3

Browse files
committed
chore: android
1 parent 061e3cd commit 3dbefa3

File tree

19 files changed

+79
-187
lines changed

19 files changed

+79
-187
lines changed

infrastructure/eid-wallet/src-tauri/gen/android/.idea/.gitignore

Lines changed: 0 additions & 3 deletions
This file was deleted.

infrastructure/eid-wallet/src-tauri/gen/android/.idea/AndroidProjectSystem.xml

Lines changed: 0 additions & 6 deletions
This file was deleted.

infrastructure/eid-wallet/src-tauri/gen/android/.idea/appInsightsSettings.xml

Lines changed: 0 additions & 6 deletions
This file was deleted.

infrastructure/eid-wallet/src-tauri/gen/android/.idea/codeStyles/Project.xml

Lines changed: 0 additions & 123 deletions
This file was deleted.

infrastructure/eid-wallet/src-tauri/gen/android/.idea/codeStyles/codeStyleConfig.xml

Lines changed: 0 additions & 5 deletions
This file was deleted.

infrastructure/eid-wallet/src-tauri/gen/android/.idea/deploymentTargetSelector.xml

Lines changed: 0 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

infrastructure/eid-wallet/src-tauri/gen/android/.idea/gradle.xml

Lines changed: 4 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

infrastructure/eid-wallet/src-tauri/gen/android/.idea/misc.xml

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

infrastructure/eid-wallet/src-tauri/gen/android/app/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/src/main/java/com/eid_wallet/app/generated
1+
/src/main/java/io/tanglelabs/metastate/eid_wallet/generated
22
/src/main/jniLibs/**/*.so
33
/src/main/assets/tauri.conf.json
44
/tauri.build.gradle.kts

infrastructure/eid-wallet/src-tauri/gen/android/app/build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ val tauriProperties = Properties().apply {
1515

1616
android {
1717
compileSdk = 34
18-
namespace = "com.eid_wallet.app"
18+
namespace = "io.tanglelabs.metastate.eid_wallet"
1919
defaultConfig {
2020
manifestPlaceholders["usesCleartextTraffic"] = "false"
21-
applicationId = "com.eid_wallet.app"
21+
applicationId = "io.tanglelabs.metastate.eid_wallet"
2222
minSdk = 24
2323
targetSdk = 34
2424
versionCode = tauriProperties.getProperty("tauri.android.versionCode", "1").toInt()
25-
versionName = tauriProperties.getProperty("tauri.android.versionName", "1.0")
25+
versionName = tauriProperties.getProperty("tauri.android.versionName", "1.0")
2626
}
2727
buildTypes {
2828
getByName("debug") {

0 commit comments

Comments
 (0)