update versions (#1835)

* update versions

* android fix trial

* minor translation fix [skip ci]

* update monero_c
This commit is contained in:
Omar Hatem 2024-11-29 12:43:10 +02:00 committed by GitHub
parent 17d34beae9
commit 79f20c2847
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
38 changed files with 97 additions and 59 deletions

View file

@ -44,7 +44,7 @@ android {
disable 'InvalidPackage'
}
namespace 'com.cakewallet.cake_wallet'
namespace appProperties['id']
defaultConfig {
applicationId appProperties['id']

View file

@ -1,5 +1,4 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="__APP_PACKAGE__">
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.USE_FINGERPRINT" />