Skip to content

Commit

Permalink
Bumping version code and removing permission (might add it back if we…
Browse files Browse the repository at this point in the history
… get reviewed in time)
  • Loading branch information
ThomasSession committed Jul 22, 2024
1 parent 0300be2 commit 9957edd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ configurations.all {
exclude module: "commons-logging"
}

def canonicalVersionCode = 374
def canonicalVersionCode = 375
def canonicalVersionName = "1.18.5"

def postFixSize = 10
Expand Down
1 change: 0 additions & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@
<uses-permission android:name="android.permission.RAISED_THREAD_PRIORITY" />
<uses-permission android:name="android.permission.REQUEST_IGNORE_BATTERY_OPTIMIZATIONS" />
<uses-permission android:name="android.permission.CHANGE_NETWORK_STATE" tools:node="remove"/>
<uses-permission android:name="android.permission.USE_FULL_SCREEN_INTENT"/>

<queries>
<intent>
Expand Down

0 comments on commit 9957edd

Please sign in to comment.