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 2e6fe05 commit 2cf09b5
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:PublishLibCore-6.3-ge98ad15-7'
implementation 'com.github.ytai.ioio:IOIOLibAndroidAccessory:PublishLibCore-6.3-ge98ad15-7'
implementation 'com.github.ytai.ioio:IOIOLibAndroidDevice:PublishLibCore-6.3-ge98ad15-7'
implementation 'com.github.ytai.ioio:IOIOLibAndroid:PublishLibCore-6.3-ge98ad15-7'
implementation 'com.github.ytai.ioio:IOIOLibCore:PublishLibCore-6.3-ge98ad15-7'

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

0 comments on commit 2cf09b5

Please sign in to comment.