Skip to content

Commit

Permalink
Revert changes from commit 589bba4
Browse files Browse the repository at this point in the history
  - Removes SD card permissions completely (min supported Android version is KitKat)

Upgrade version for beta3
  • Loading branch information
codinguser committed Jan 1, 2018
1 parent 033a067 commit c27f3cf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ apply plugin: 'io.fabric'
def versionMajor = 2
def versionMinor = 3
def versionPatch = 0
def versionBuild = 2
def versionBuild = 3

static def buildTime() {
def df = new SimpleDateFormat("yyyyMMdd HH:mm 'UTC'")
Expand Down
3 changes: 0 additions & 3 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,6 @@
<uses-permission android:name="android.permission.INTERNET"
android:label="Export and backup to 3rd party hosting services" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"
android:label="Import books and backup files into GnuCash"
android:maxSdkVersion="18" />

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

0 comments on commit c27f3cf

Please sign in to comment.