Skip to content

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Alberto97 committed Feb 12, 2022
1 parent 7d89c54 commit 73bd2cd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ android {
applicationId = "org.alberto97.ouilookup"
minSdk = 21
targetSdk = 31
versionCode = 4
versionName = "1.1.0"
versionCode = 5
versionName = "1.2.0"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
6 changes: 6 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/5.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
* Auto-paste implemented when there is a MAC address in the clipboard
* Added a clear button in the search bar
* Splash screen added for Android 11 and lower devices as well
* Refactored update logic for faster app opening at the first boot
* Many graphical fixes
* Updated bundled OUI list at 2022-02-12

0 comments on commit 73bd2cd

Please sign in to comment.