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 f178183 commit b9617e2
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-gf178183-15'
implementation 'com.github.ytai.ioio:IOIOLibAndroidAccessory:master-6.3-gf178183-15'
implementation 'com.github.ytai.ioio:IOIOLibAndroidDevice:master-6.3-gf178183-15'
implementation 'com.github.ytai.ioio:IOIOLibAndroid:master-6.3-gf178183-15'
implementation 'com.github.ytai.ioio:IOIOLibCore:master-6.3-gf178183-15'

implementation 'androidx.appcompat:appcompat:1.6.1'

Expand Down

0 comments on commit b9617e2

Please sign in to comment.