File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,9 @@ if (rootdir) {
21
21
throw new Error ( xmlPath + ' has incorrect root node name (expected "manifest")' ) ;
22
22
}
23
23
24
+ // https://stackoverflow.com/a/44925089 | https://stackoverflow.com/a/39361989
25
+ doc . manifest . $ [ 'android:versionCode' ] += '8' ;
26
+
24
27
// disable automatic backups to gdrive
25
28
doc . manifest . application [ 0 ] . $ [ 'android:allowBackup' ] = false ;
26
29
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <manifest android : hardwareAccelerated =" true" android : versionCode =" 40401 " android : versionName =" 4.4.1" package =" com.blocktrail.mywallet" xmlns : android =" http://schemas.android.com/apk/res/android" >
2
+ <manifest android : hardwareAccelerated =" true" android : versionCode =" 404018 " android : versionName =" 4.4.1" package =" com.blocktrail.mywallet" xmlns : android =" http://schemas.android.com/apk/res/android" >
3
3
<supports-screens android : anyDensity =" true" android : largeScreens =" true" android : normalScreens =" true" android : resizeable =" true" android : smallScreens =" true" android : xlargeScreens =" true" />
4
4
<uses-permission android : name =" android.permission.INTERNET" />
5
5
<uses-permission android : name =" android.permission.WRITE_EXTERNAL_STORAGE" />
You can’t perform that action at this time.
0 commit comments