Skip to content

Commit

Permalink
Don't provoide appcompat
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesa2 committed Jun 12, 2024
1 parent 5ed7ebf commit f3e2846
Show file tree
Hide file tree
Showing 3 changed files with 3 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: 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 f3e2846

Please sign in to comment.