Skip to content

Commit

Permalink
Merge pull request #198 from ytai/UseRecentJitpackLib
Browse files Browse the repository at this point in the history
Use recent Jitpack lib
  • Loading branch information
hannesa2 authored Sep 13, 2020
2 parents 6d3265e + 5664cbc commit 1a49aff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion applications/HelloIOIO/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ dependencies {
codeImplementation project(':IOIOLibAndroidAccessory')
codeImplementation project(':IOIOLibAndroidDevice')

def ioioVersion = "6.0.0-beta5"
def ioioVersion = "6.0.0.beta7"
libraryImplementation "com.github.ytai.ioio:IOIOLibAndroidBluetooth:$ioioVersion"
libraryImplementation "com.github.ytai.ioio:IOIOLibAndroidAccessory:$ioioVersion"
libraryImplementation "com.github.ytai.ioio:IOIOLibAndroidDevice:$ioioVersion"
Expand Down

0 comments on commit 1a49aff

Please sign in to comment.