Skip to content

Commit

Permalink
Possible crash fix for Android 10 devices
Browse files Browse the repository at this point in the history
  • Loading branch information
CrazyDude1994 committed Apr 29, 2021
1 parent 3afc6fb commit 2fb0855
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ android {
applicationId "crazydude.com.telemetry"
minSdkVersion 17
targetSdkVersion 30
versionCode 33
versionName "1.8.4"
versionCode 34
versionName "1.8.5"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand All @@ -44,10 +44,10 @@ dependencies {
implementation 'com.google.android.gms:play-services-maps:17.0.0'
implementation 'com.google.android.material:material:1.3.0'
implementation 'androidx.preference:preference:1.0.0'
implementation 'com.google.firebase:firebase-core:18.0.3'
implementation 'com.jaredrummler:colorpicker:1.1.0'
implementation 'com.squareup.retrofit2:retrofit:2.5.0'
implementation 'com.squareup.retrofit2:converter-gson:2.5.0'
implementation 'com.google.firebase:firebase-analytics:18.0.3'
implementation 'com.google.maps.android:android-maps-utils:0.5+'
implementation 'com.google.firebase:firebase-messaging:19.0.1'
implementation 'com.github.mik3y:usb-serial-for-android:2.0.0'
Expand Down
1 change: 1 addition & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
android:required="false"/>

<application
android:requestLegacyExternalStorage="true"
android:usesCleartextTraffic="true"
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
Expand Down

0 comments on commit 2fb0855

Please sign in to comment.