Skip to content

Commit c27f3cf

Browse files
committed
Revert changes from commit 589bba4
- Removes SD card permissions completely (min supported Android version is KitKat) Upgrade version for beta3
1 parent 033a067 commit c27f3cf

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ apply plugin: 'io.fabric'
66
def versionMajor = 2
77
def versionMinor = 3
88
def versionPatch = 0
9-
def versionBuild = 2
9+
def versionBuild = 3
1010

1111
static def buildTime() {
1212
def df = new SimpleDateFormat("yyyyMMdd HH:mm 'UTC'")

app/src/main/AndroidManifest.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,6 @@
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" />
5148

5249
<application android:name="org.gnucash.android.app.GnuCashApplication"
5350
android:icon="@drawable/ic_launcher"

0 commit comments

Comments
 (0)