Skip to content

Commit

Permalink
v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Alberto97 committed Aug 22, 2022
1 parent f55f18d commit 3c98b6f
Show file tree
Hide file tree
Showing 2 changed files with 5 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 @@ -27,8 +27,8 @@ android {
namespace = "org.alberto97.ouilookup"
minSdk = 21
targetSdk = 33
versionCode = 12
versionName = "1.4.1"
versionCode = 13
versionName = "1.5.0"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/13.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
* Added support for Android 13
* Bundled OUI list updated @ 2022-08-15
* Dependencies update

0 comments on commit 3c98b6f

Please sign in to comment.