Skip to content

Commit

Permalink
TECH: try to fix conflict appcompat and material
Browse files Browse the repository at this point in the history
  • Loading branch information
AzamatCherchesov committed Aug 1, 2023
1 parent 0b9c1f3 commit 94e3696
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion kaspresso/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ dependencies {
implementation(libs.kotlinStdlib)
implementation(libs.gson)
implementation(projects.adbServer.adbserverDevice)
implementation(libs.appcompat)
implementation(libs.material)

testImplementation(libs.junit)
Expand Down
2 changes: 1 addition & 1 deletion samples/kautomator-sample-app-upgrade/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ android {
}

dependencies {
implementation(libs.appcompat)
implementation(libs.material)
implementation(libs.multidex)

androidTestImplementation(projects.kaspresso)
Expand Down

0 comments on commit 94e3696

Please sign in to comment.