mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-06-28 12:29:51 +00:00
update versions (#1835)
* update versions * android fix trial * minor translation fix [skip ci] * update monero_c
This commit is contained in:
parent
17d34beae9
commit
79f20c2847
38 changed files with 97 additions and 59 deletions
|
@ -44,7 +44,7 @@ android {
|
|||
disable 'InvalidPackage'
|
||||
}
|
||||
|
||||
namespace 'com.cakewallet.cake_wallet'
|
||||
namespace appProperties['id']
|
||||
|
||||
defaultConfig {
|
||||
applicationId appProperties['id']
|
||||
|
|
|
@ -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" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue