Skip to content

Commit

Permalink
android-build
Browse files Browse the repository at this point in the history
- Downgraded material to fix build issue
  • Loading branch information
lessthanoptimal committed Sep 6, 2024
1 parent cab80c5 commit dcf03b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/boofcv-android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ dependencies {
def fragment_version = "2.7.7"

implementation 'androidx.appcompat:appcompat:1.7.0'
implementation 'com.google.android.material:material:1.12.0'
implementation 'com.google.android.material:material:1.10.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation "androidx.navigation:navigation-fragment-ktx:$fragment_version"
implementation "androidx.navigation:navigation-ui-ktx:$fragment_version"
Expand Down

0 comments on commit dcf03b6

Please sign in to comment.