Skip to content

Commit

Permalink
Version 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharee committed Apr 16, 2024
1 parent 4588bf2 commit 8938fb9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ android {
applicationId = "tk.zwander.wifilist"
minSdk = 30
targetSdk = 34
versionCode = 11
versionName = "1.3.0"
versionCode = 12
versionName = "1.3.1"

vectorDrawables {
useSupportLibrary = true
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/java/tk/zwander/wifilist/App.kt
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ class App : Application() {

HiddenApiBypass.addHiddenApiExemptions("L")
}
}
}

0 comments on commit 8938fb9

Please sign in to comment.