File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ apply plugin: 'io.fabric'
66def versionMajor = 2
77def versionMinor = 3
88def versionPatch = 0
9- def versionBuild = 1
9+ def versionBuild = 2
1010
1111static def buildTime () {
1212 def df = new SimpleDateFormat (" yyyyMMdd HH:mm 'UTC'" )
Original file line number Diff line number Diff line change 4545 <uses-permission android : name =" android.permission.INTERNET"
4646 android : label =" Export and backup to 3rd party hosting services" />
4747 <uses-permission android : name =" android.permission.ACCESS_NETWORK_STATE" />
48+ <uses-permission android : name =" android.permission.WRITE_EXTERNAL_STORAGE"
49+ android : label =" Import books and backup files into GnuCash"
50+ android : maxSdkVersion =" 18" />
4851
4952 <application android : name =" org.gnucash.android.app.GnuCashApplication"
5053 android : icon =" @drawable/ic_launcher"
You can’t perform that action at this time.
0 commit comments