Skip to content

Commit

Permalink
Disable wearos token sharing for now since it's not actually used
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSchlaubi committed Dec 10, 2023
1 parent 57323e6 commit 822c2f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion app/android/src/main/java/AppActivity.kt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ class AppActivity : ComponentActivity() {
setContent {
val context = AppContext(this)

WearOSTokenSharing(token = token ?: context.getTokenOrNull())
//Disable for now
//WearOSTokenSharing(token = token ?: context.getTokenOrNull())

ProvideContext(context) {
UpdateAwareAppScope(activity = this) {
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {

allprojects {
group = "dev.schlaubi.tonbrett"
version = "1.18.1"
version = "1.18.2"

repositories {
mavenCentral()
Expand Down

0 comments on commit 822c2f9

Please sign in to comment.