Skip to content

Commit

Permalink
Merge pull request #99 from kike-canaries/fix_gplay_app_removed
Browse files Browse the repository at this point in the history
Fix gplay app removed
  • Loading branch information
hpsaturn authored May 19, 2021
2 parents 30ba3af + 8478d25 commit cb9c077
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="hpsaturn.pollutionreporter">

<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
<uses-permission android:name="android.permission.ACCESS_BACKGROUND_LOCATION" />
<uses-permission android:name="android.permission.BLUETOOTH" />
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
mCompileSdkVersion=29
mMinSdkVersion=19
mTargetSdkVersion=29
mVersionCode=562
mVersionName=0.5.6
mVersionCode=564
mVersionName=0.5.8
android.useAndroidX=true
android.enableJetifier=true

0 comments on commit cb9c077

Please sign in to comment.