Skip to content

Commit

Permalink
v2.16.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Mygod committed Oct 19, 2023
1 parent d30aa0c commit 76f9ec8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions mobile/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ android {
applicationId = "be.mygod.vpnhotspot"
minSdk = 28
targetSdk = 34
versionCode = 1009
versionName = "2.16.9"
versionCode = 1010
versionName = "2.16.10"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
ksp {
arg("room.expandProjection", "true")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ object MacLookup {
@MainThread
fun abort(mac: MacAddress) = macLookupBusy.remove(mac)?.cancel()

private var buildId = "ARjGO5IbEdErOOY_T4n26"
private var buildId = "er_PDXcqFFbzN-PV9pGR_"
private suspend fun readResponse(mac: MacAddress, reportId: String): String {
repeat(5) {
connectCancellable(
Expand Down

0 comments on commit 76f9ec8

Please sign in to comment.