Skip to content

Commit

Permalink
v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Alberto97 committed Jul 4, 2022
1 parent c2ef92a commit 9c08726
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 @@ -29,8 +29,8 @@ android {
namespace = "org.alberto97.ouilookup"
minSdk = 21
targetSdk = 31
versionCode = 10
versionName = "1.3.1"
versionCode = 11
versionName = "1.4.0"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/11.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
* App size shrunk by removing unneeded dependency
* Bundled OUI list updated @ 2022-06-15
* Dependencies update

0 comments on commit 9c08726

Please sign in to comment.