Skip to content

Commit

Permalink
Use published aar
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesa2 committed Jun 12, 2024
1 parent 5ed7ebf commit 41e730a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions applications/HelloIOIO/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,11 @@ android {
}

dependencies {
implementation project(':IOIOLibAndroidBluetooth')
implementation project(':IOIOLibAndroidAccessory')
implementation project(':IOIOLibAndroidDevice')
implementation 'com.github.ytai.ioio:IOIOLibAndroidBluetooth:master-6.3-g5ed7ebf-12'
implementation 'com.github.ytai.ioio:IOIOLibAndroidAccessory:master-6.3-g5ed7ebf-12'
implementation 'com.github.ytai.ioio:IOIOLibAndroidDevice:master-6.3-g5ed7ebf-12'
implementation 'com.github.ytai.ioio:IOIOLibAndroid:master-6.3-g5ed7ebf-12'
implementation 'com.github.ytai.ioio:IOIOLibCore:master-6.3-g5ed7ebf-12'

androidTestImplementation "androidx.test.ext:junit-ktx:1.1.5"
androidTestUtil "androidx.test.services:test-services:1.4.2"
Expand Down

0 comments on commit 41e730a

Please sign in to comment.