Skip to content

Commit

Permalink
release 2.86
Browse files Browse the repository at this point in the history
  • Loading branch information
bobzilladev committed Apr 19, 2024
1 parent ac310fe commit fa2825f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
* 2.86 (04/19/2024)
Visual improvement using SVGs
Fixing scrolling regression
Various other bug fixes

* 2.85 (02/14/2024)
Animated GPS searching logo
Background task overhaul
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": 285,
"versionName": "2.85",
"versionCode": 286,
"versionName": "2.86",
"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="285"
android:versionName="2.85">
android:versionCode="286"
android:versionName="2.86">

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

0 comments on commit fa2825f

Please sign in to comment.