fix: configure Antelop SDK applicationIds per environment
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<application>
|
||||
<meta-data
|
||||
android:name="fr.antelop.application_id"
|
||||
android:value="4713640103500149457" />
|
||||
android:value="3381448747424346509" />
|
||||
<meta-data
|
||||
android:name="fr.antelop.issuer_id"
|
||||
android:value="treezor" />
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<application>
|
||||
<meta-data
|
||||
android:name="fr.antelop.application_id"
|
||||
android:value="4713640103500149457" />
|
||||
android:value="8632355012486459749" />
|
||||
<meta-data
|
||||
android:name="fr.antelop.issuer_id"
|
||||
android:value="treezor" />
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<application>
|
||||
<meta-data
|
||||
android:name="fr.antelop.application_id"
|
||||
android:value="4713640103500149457" />
|
||||
android:value="3381448747424346509" />
|
||||
<meta-data
|
||||
android:name="fr.antelop.issuer_id"
|
||||
android:value="treezor" />
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
<key>fr.antelop.initialConnectionTimeout</key>
|
||||
<integer>60</integer>
|
||||
<key>fr.antelop.application_id</key>
|
||||
<integer>4713640103500149457</integer>
|
||||
<integer>2940147927882003152</integer>
|
||||
<key>fr.antelop.issuer_id</key>
|
||||
<string>treezor</string>
|
||||
<key>fr.antelop.teamIdentifier</key>
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
<key>fr.antelop.initialConnectionTimeout</key>
|
||||
<integer>60</integer>
|
||||
<key>fr.antelop.application_id</key>
|
||||
<integer>4713640103500149457</integer>
|
||||
<integer>2940147927882003152</integer>
|
||||
<key>fr.antelop.issuer_id</key>
|
||||
<string>treezor</string>
|
||||
<key>fr.antelop.teamIdentifier</key>
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
<key>fr.antelop.initialConnectionTimeout</key>
|
||||
<integer>60</integer>
|
||||
<key>fr.antelop.application_id</key>
|
||||
<integer>4713640103500149457</integer>
|
||||
<integer>5850886184402974206</integer>
|
||||
<key>fr.antelop.issuer_id</key>
|
||||
<string>treezor</string>
|
||||
<key>fr.antelop.teamIdentifier</key>
|
||||
|
||||
7
packages/flutter_treezor_entrust_sdk_bridge/.gitignore
vendored
Normal file
7
packages/flutter_treezor_entrust_sdk_bridge/.gitignore
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
# Gradle-generated maven-metadata files: regenerated on every build with
|
||||
# new timestamps and hashes, so they create commit noise. The vendor
|
||||
# library itself (antelop-x.y.z.aar / .pom) IS tracked because the
|
||||
# Entrust SDK is a private library not available on Maven Central.
|
||||
android/build/com/entrust/antelop/antelop/maven-metadata.xml
|
||||
android/build/com/entrust/antelop/antelop/maven-metadata.xml.md5
|
||||
android/build/com/entrust/antelop/antelop/maven-metadata.xml.sha1
|
||||
@@ -1,12 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<metadata>
|
||||
<groupId>com.entrust.antelop</groupId>
|
||||
<artifactId>antelop</artifactId>
|
||||
<versioning>
|
||||
<release>2.6.4</release>
|
||||
<versions>
|
||||
<version>2.6.4</version>
|
||||
</versions>
|
||||
<lastUpdated>20260406000000</lastUpdated>
|
||||
</versioning>
|
||||
</metadata>
|
||||
@@ -1 +0,0 @@
|
||||
6484e11e2b27e9ccc86292b3aceea5ac
|
||||
@@ -1 +0,0 @@
|
||||
607dcd30d6d83b2846416b70c1aa7f70bcb06a07
|
||||
Reference in New Issue
Block a user