Skip to content

Commit

Permalink
Updated Android dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lessthanoptimal committed Jun 25, 2024
1 parent 5faee13 commit ce4f6aa
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions integration/boofcv-android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,16 +50,15 @@ dependencies {
api project(':main:boofcv-feature')
api project(':main:boofcv-geo')

def fragment_version = "2.5.3"
def fragment_version = "2.7.7"

implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'com.google.android.material:material:1.8.0'
implementation 'androidx.appcompat:appcompat:1.7.0'
implementation 'com.google.android.material:material:1.12.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation "androidx.navigation:navigation-fragment-ktx:$fragment_version"
implementation "androidx.navigation:navigation-ui-ktx:$fragment_version"
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
androidTestImplementation 'androidx.test.ext:junit:1.2.0'

compileOnly "org.jetbrains:annotations:$project.jetnull_version" // @Nullable

Expand Down

0 comments on commit ce4f6aa

Please sign in to comment.