2 parents 3d30cdd + 2ae80dd commit e35b41bCopy full SHA for e35b41b
2 files changed
fastlane/metadata/android/en-US/changelogs/50001.txt
@@ -0,0 +1,3 @@
1
+Version 5.0.1
2
+- fixed crash on startup if no network device is found
3
+- fixed problems with device lookup
yaacc/src/main/AndroidManifest.xml
@@ -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"
4
- android:versionCode="50000"
5
- android:versionName="5.0.0">
+ android:versionCode="50001"
+ android:versionName="5.0.1">
6
7
<uses-permission android:name="android.permission.INTERNET" />
8
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
0 commit comments