Skip to content

Commit

Permalink
Bump Logcat for Android 11
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesa2 committed Mar 9, 2021
1 parent 6047d20 commit e0f6e66
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ android {
dependencies {
implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
implementation 'com.github.AppDevNext.Logcat:LogcatCore:2.4.0'
implementation project(':library')
implementation "androidx.core:core-ktx:1.3.2"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
Expand Down
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ android {

dependencies {
api project(":mp_multi_hand_aar")
api 'com.github.AppDevNext.Logcat:LogcatCore:2.4.0'
api 'com.github.AppDevNext.Logcat:LogcatCore:2.5.0'

// MediaPipe
api 'com.google.flogger:flogger:0.5.1'
Expand Down

0 comments on commit e0f6e66

Please sign in to comment.