Skip to content

Commit

Permalink
Merge pull request #1104 from mstevetodd/master
Browse files Browse the repository at this point in the history
bump version to 2.37.183 for submission to Play Store
  • Loading branch information
mstevetodd authored Jun 6, 2024
2 parents 770f6ed + febb1b9 commit cd2dd9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions EngineDriver/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:versionCode="182"
android:versionName="2.37.182" android:installLocation="auto">
android:versionCode="183"
android:versionName="2.37.183" android:installLocation="auto">
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" tools:ignore="ScopedStorage" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" tools:ignore="ScopedStorage" />
Expand Down

0 comments on commit cd2dd9a

Please sign in to comment.