Skip to content

Commit

Permalink
libraries updated
Browse files Browse the repository at this point in the history
  • Loading branch information
gilsonjuniorpro committed Oct 28, 2023
1 parent 616214f commit 80c26f2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,5 @@ dependencies {
implementation 'androidx.appcompat:appcompat:1.4.2'
implementation 'com.google.android.material:material:1.6.1'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
implementation 'com.github.gilsonjuniorpro:jarvis:1.0.1'
}
4 changes: 4 additions & 0 deletions jarvis/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ android {
kotlinOptions {
jvmTarget = '11'
}

packagingOptions {
exclude 'com/jarvis/ca/BuildConfig.class'
}
}

dependencies {
Expand Down

0 comments on commit 80c26f2

Please sign in to comment.