Skip to content

Commit

Permalink
Merge pull request #389 from ytai/NoProvideAppcompat
Browse files Browse the repository at this point in the history
Don't provoide appcompat
  • Loading branch information
hannesa2 authored Jun 12, 2024
2 parents 5ed7ebf + 30e1599 commit f178183
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 3 deletions.
2 changes: 1 addition & 1 deletion IOIOLibAndroid/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ android {

dependencies {
api project(":IOIOLibCore")
api 'androidx.appcompat:appcompat:1.6.1'
implementation 'androidx.appcompat:appcompat:1.6.1'
}

publishing {
Expand Down
2 changes: 2 additions & 0 deletions applications/HelloIOIO/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ dependencies {
implementation project(':IOIOLibAndroidAccessory')
implementation project(':IOIOLibAndroidDevice')

implementation 'androidx.appcompat:appcompat:1.6.1'

androidTestImplementation "androidx.test.ext:junit-ktx:1.1.5"
androidTestUtil "androidx.test.services:test-services:1.4.2"
androidTestImplementation "androidx.test.espresso:espresso-core:3.5.1"
Expand Down
2 changes: 2 additions & 0 deletions applications/HolidayIOIO/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ dependencies {
implementation project(':IOIOLibAndroidDevice')
implementation 'androidx.test:rules:1.5.0'

implementation 'androidx.appcompat:appcompat:1.6.1'

androidTestImplementation "androidx.test.ext:junit-ktx:1.1.5"
androidTestUtil "androidx.test.services:test-services:1.4.2"
androidTestImplementation "androidx.test.espresso:espresso-core:3.5.1"
Expand Down
2 changes: 2 additions & 0 deletions applications/IOIOConnectionTesterAndroid/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,7 @@ dependencies {

implementation project(':IOIOLibAndroidBluetooth')
implementation project(':IOIOLibAndroidAccessory')

implementation 'androidx.appcompat:appcompat:1.6.1'
}

2 changes: 2 additions & 0 deletions applications/IOIOManager/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ dependencies {
implementation project(':IOIOLibAndroidAccessory')
implementation project(':IOIOLibAndroidDevice')

implementation 'androidx.appcompat:appcompat:1.6.1'

androidTestImplementation "androidx.test.ext:junit-ktx:1.1.5"
androidTestUtil "androidx.test.services:test-services:1.4.2"
androidTestImplementation "androidx.test.espresso:espresso-core:3.5.1"
Expand Down
2 changes: 2 additions & 0 deletions applications/IOIOSimpleApp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ dependencies {
implementation project(':IOIOLibAndroidAccessory')
implementation project(':IOIOLibAndroidDevice')

implementation 'androidx.appcompat:appcompat:1.6.1'

androidTestImplementation "androidx.test.ext:junit-ktx:1.1.5"
androidTestUtil "androidx.test.services:test-services:1.4.2"
androidTestImplementation "androidx.test.espresso:espresso-core:3.5.1"
Expand Down
2 changes: 2 additions & 0 deletions applications/IOIOTestBed/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,6 @@ dependencies {
implementation project(':IOIOLibAndroidBluetooth')
implementation project(':IOIOLibAndroidAccessory')
implementation project(':IOIOLibAndroidDevice')

implementation 'androidx.appcompat:appcompat:1.6.1'
}
2 changes: 2 additions & 0 deletions applications/IOIOTortureTest/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,6 @@ dependencies {
implementation project(':IOIOLibAndroidBluetooth')
implementation project(':IOIOLibAndroidAccessory')
implementation project(':IOIOLibAndroidDevice')

implementation 'androidx.appcompat:appcompat:1.6.1'
}
2 changes: 2 additions & 0 deletions applications/ShoeBot/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,6 @@ android {
dependencies {
implementation project(':IOIOLibAndroidBluetooth')
implementation project(':IOIOLibAndroidAccessory')

implementation 'androidx.appcompat:appcompat:1.6.1'
}
2 changes: 0 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@ allprojects {
version = getTag()
ext.versionNamespace = 'IOIO'
ext.versionString = sprintf("%s%s", versionNamespace, version)
}

subprojects {
apply plugin: 'maven-publish'
apply plugin: 'signing'

Expand Down

0 comments on commit f178183

Please sign in to comment.