Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
olup authored Jan 18, 2024
1 parent 466e74f commit 82e3096
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,10 @@ dependencies {
implementation 'androidx.activity:activity-compose:1.3.1'

//implementation fileTree(dir: 'libs', include: ['*.aar'])
implementation('com.onyx.android.sdk:onyxsdk-device:1.2.21') {
implementation('com.onyx.android.sdk:onyxsdk-device:1.2.26') {
exclude group: 'com.android.support', module: 'support-compat'
}
implementation('com.onyx.android.sdk:onyxsdk-pen:1.4.4') {
implementation('com.onyx.android.sdk:onyxsdk-pen:1.4.8') {
exclude group: 'com.android.support', module: 'support-compat'
exclude group: 'com.android.support', module: 'appcompat-v7'
}
Expand Down

0 comments on commit 82e3096

Please sign in to comment.