Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
SkyeOfBreeze committed Feb 28, 2021
2 parents 3d2d720 + c001094 commit 209f0a5
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
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ android {
applicationId "tv.remo.android.controller"
minSdkVersion 16
targetSdkVersion 28
versionCode 19
versionName "0.19.1"
versionCode 20
versionName "0.19.2"
multiDexEnabled true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ class RemoBroadcaster : HardwareDriver{
val intent = Intent("tv.remo.android.controller.sdk.socket.controls").apply {
putExtra("command", data)
}
context.sendBroadcast(intent, "tv.remo.android.controller.sdk.socket.controls")
context.sendBroadcast(intent)
}

override fun setupComponent(activity: Activity, force: Boolean): Int {
Expand Down

0 comments on commit 209f0a5

Please sign in to comment.