Skip to content

Commit

Permalink
v2.19.14(158) to catch up with the recent GPS SKD
Browse files Browse the repository at this point in the history
It fixes power management notifications
  • Loading branch information
dsame committed Jun 20, 2024
1 parent 376d536 commit 9caccfa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ dependencies {
implementation("com.google.firebase:firebase-analytics")

// implementation "solutions.s4y.gps:gps-sdk-android:1.0.0-dev.7"
implementation 'com.github.s4ysolutions:WayTodaySDK-Android:3.0.0-alpha1'
implementation 'com.github.s4ysolutions:WayTodaySDK-Android:3.0.1'

/*
testImplementation 'androidx.test.ext:junit:1.1.5'
Expand Down
6 changes: 2 additions & 4 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="s4y.itag"
android:versionCode="157"
android:versionName="2.19.3">
android:versionCode="158"
android:versionName="2.19.4">

<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
<uses-permission android:name="android.permission.BLUETOOTH_CONNECT" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
Expand Down

0 comments on commit 9caccfa

Please sign in to comment.