Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

Commit

Permalink
chore: version bump (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
Slesarew authored Sep 1, 2023
1 parent eaaef98 commit 18c476a
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 10 deletions.
4 changes: 2 additions & 2 deletions application/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ android {
applicationId "fi.zymologia.siltti"
minSdk 25
targetSdk 34
versionCode 1
versionName "milestone 2"
versionCode 8
versionName "0.8.0"

ndk {
//noinspection ChromeOsAbiSupport
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -126,12 +126,22 @@ fun ScanScreen(
transmitCallback(
transmittable,
)
// Thanks to very smart electrical engineers in certain
// smartphone companies,
// NFC stops working when camera is on sometimes.
// This is too funny to be true but here we are.
cameraProvider.unbindAll()
setAppState(Mode.TX)

if (transmittable == null ) {
Toast
.makeText(
context,
"payload accepted",
Toast.LENGTH_SHORT,
).show()
} else {
// Thanks to very smart electrical engineers in certain
// smartphone companies,
// NFC stops working when camera is on sometimes.
// This is too funny to be true but here we are.
cameraProvider.unbindAll()
setAppState(Mode.TX)
}
},
collection::processFrame,
{
Expand Down
2 changes: 1 addition & 1 deletion firmware/development/kampela/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion firmware/development/kampela/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ["Vera Abramova <[email protected]>"]
edition = "2021"
name = "app"
version = "0.1.0"
version = "0.8.0"

[dependencies]
bitvec = {version = "1.0.1", default-features = false, features = ["alloc"]}
Expand Down

0 comments on commit 18c476a

Please sign in to comment.