diff --git a/exampleapp/build.gradle b/exampleapp/build.gradle index 47e523fd..23be4b51 100644 --- a/exampleapp/build.gradle +++ b/exampleapp/build.gradle @@ -18,7 +18,7 @@ android { dependencies { implementation project(':tracker') - implementation 'androidx.appcompat:appcompat:1.5.0' + implementation 'androidx.appcompat:appcompat:1.5.1' implementation 'androidx.legacy:legacy-support-v4:1.0.0' implementation "com.jakewharton.timber:timber:${timberVersion}" }