Skip to content

Commit

Permalink
Merge pull request #1159 from mstevetodd/master
Browse files Browse the repository at this point in the history
publish version to 2.38.189
  • Loading branch information
mstevetodd authored Nov 15, 2024
2 parents ea0c220 + cfd192e commit 3460805
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="188"
android:versionName="2.38.188" android:installLocation="auto">
android:versionCode="189"
android:versionName="2.38.189" 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 3460805

Please sign in to comment.