Skip to content

Commit

Permalink
release 2.88
Browse files Browse the repository at this point in the history
  • Loading branch information
bobzilladev committed Jul 12, 2024
1 parent 71be504 commit 6735fdc
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
* 2.87 (07/10/2024)
* 2.88 (07/11/2024)
Bump target to Android 14 (API level 34)
Various other bug fixes

Expand Down
4 changes: 2 additions & 2 deletions wiglewifiwardriving/release/output-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"type": "SINGLE",
"filters": [],
"attributes": [],
"versionCode": 287,
"versionName": "2.87",
"versionCode": 288,
"versionName": "2.88",
"outputFile": "wiglewifiwardriving-release.apk"
}
],
Expand Down
Binary file modified wiglewifiwardriving/release/wiglewifiwardriving-release.apk
Binary file not shown.
5 changes: 3 additions & 2 deletions wiglewifiwardriving/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:installLocation="auto"
android:versionCode="287"
android:versionName="2.87">
android:versionCode="288"
android:versionName="2.88">

<supports-screens
android:anyDensity="true"
Expand Down Expand Up @@ -31,6 +31,7 @@
<uses-permission android:name="com.google.android.providers.gsf.permission.READ_GSERVICES" />
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
<uses-permission android:name="android.permission.FOREGROUND_SERVICE_LOCATION" />
<uses-permission android:name="android.permission.POST_NOTIFICATIONS" />
<!-- permission for start-on-boot -->
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW"/>
Expand Down

0 comments on commit 6735fdc

Please sign in to comment.