Skip to content

Commit

Permalink
Add SD card permission for pre-Kitkat devices. This was causing an is…
Browse files Browse the repository at this point in the history
…sue for some imports

Update version number for v2.3.0-beta2 update
  • Loading branch information
codinguser committed Dec 19, 2017
1 parent e65a483 commit 589bba4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
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 = 1
def versionBuild = 2

static def buildTime() {
def df = new SimpleDateFormat("yyyyMMdd HH:mm 'UTC'")
Expand Down
3 changes: 3 additions & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@
<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 589bba4

Please sign in to comment.