Skip to content

Commit

Permalink
Merge pull request #1020 from mstevetodd/master
Browse files Browse the repository at this point in the history
bump version to v2.35.167 as submitted to Play Store
  • Loading branch information
mstevetodd authored Mar 31, 2023
2 parents 8e28ca2 + 5bc43ef commit bfc0496
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
Expand Up @@ -2,8 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="jmri.enginedriver"
android:versionCode="164"
android:versionName="2.35.164" android:installLocation="auto">
android:versionCode="167"
android:versionName="2.35.167" android:installLocation="auto">
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" tools:ignore="ScopedStorage" />
Expand Down

0 comments on commit bfc0496

Please sign in to comment.