Skip to content

Commit

Permalink
release 2.84
Browse files Browse the repository at this point in the history
  • Loading branch information
bobzilladev committed Jan 14, 2024
1 parent 94bbd55 commit d7df371
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
* 2.84 (01/14/2024)
Fix crash on Android 7
Fix submenu spacing on some devices

* 2.83 (01/04/2024)
Map UI improvements with icon bubbles
Jobs system refactor
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": 283,
"versionName": "2.83",
"versionCode": 284,
"versionName": "2.84",
"outputFile": "wiglewifiwardriving-release.apk"
}
],
Expand Down
Binary file modified wiglewifiwardriving/release/wiglewifiwardriving-release.apk
Binary file not shown.
4 changes: 2 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="283"
android:versionName="2.83">
android:versionCode="284"
android:versionName="2.84">

<supports-screens
android:anyDensity="true"
Expand Down

0 comments on commit d7df371

Please sign in to comment.