Skip to content

Commit

Permalink
v1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lswiderski committed May 9, 2022
1 parent 38da031 commit fefb5f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MiScaleExporter.Android/Properties/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="8" android:versionName="1.3" package="com.lukaszswiderski.MiScaleExporter" android:installLocation="preferExternal">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="9" android:versionName="1.4" package="com.lukaszswiderski.MiScaleExporter" android:installLocation="preferExternal">
<uses-sdk android:minSdkVersion="20" android:targetSdkVersion="31" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
Expand Down

1 comment on commit fefb5f7

@Lelik-74
Copy link

@Lelik-74 Lelik-74 commented on fefb5f7 May 21, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hi, unable to connect to scale (XMTZC05HM), out of multiple attempts, only 2 times it was possible to obtain data. Application crash when trying to read data from scales, android 12. The idea is very good and necessary.

Please sign in to comment.