Skip to content

Commit

Permalink
Merge pull request #36 from Crazy-Marvin/development
Browse files Browse the repository at this point in the history
Vacation Days v4.0
  • Loading branch information
CrazyMarvin authored Apr 3, 2022
2 parents 2587387 + 102b826 commit 08d2714
Show file tree
Hide file tree
Showing 3 changed files with 214 additions and 220 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
applicationId "rocks.poopjournal.vacationdays"
minSdkVersion 21
targetSdkVersion 31
versionCode 3
versionName "3.0"
versionCode 4
versionName "4.0"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
6 changes: 3 additions & 3 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="rocks.poopjournal.vacationdays"
xmlns:tools="http://schemas.android.com/tools">
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.MANAGE_EXTERNAL_STORAGE" />
<!-- <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />-->
<!-- <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />-->
<!-- <uses-permission android:name="android.permission.MANAGE_EXTERNAL_STORAGE" />-->

<application
tools:replace="android:allowBackup"
Expand Down
Loading

0 comments on commit 08d2714

Please sign in to comment.