Skip to content

Commit

Permalink
Added io.teserakt namespace to java package
Browse files Browse the repository at this point in the history
  • Loading branch information
daeMOn63 committed Jan 17, 2020
1 parent 1a74399 commit c35e026
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,8 +203,8 @@ This will generate:
After importing the AAR in your project, E4 client can be created and invoked in a similar way than the Go version:

```kotlin
import e4.*
import crypto.*
import io.teserakt.e4.*
import io.teserakt.crypto.*

val cfg = SymNameAndPassword()
cfg.name = "deviceXYZ"
Expand Down
2 changes: 1 addition & 1 deletion scripts/android_bindings.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ INCLUDE_GO_PACKAGES=""

mkdir -p "${OUTDIR}" 2>/dev/null

gomobile bind -v -target android -o "${OUTDIR}/e4.aar" ${DIR}/../ ${DIR}/../crypto
gomobile bind -v -target android -o "${OUTDIR}/e4.aar" -javapkg io.teserakt ${DIR}/../ ${DIR}/../crypto

0 comments on commit c35e026

Please sign in to comment.