diff --git a/android/build.gradle b/android/build.gradle index 315d725..56d3b61 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -47,7 +47,7 @@ android { } dependencies { - implementation("com.devcycle:android-client-sdk:2.9.0") + implementation("com.devcycle:android-client-sdk:2.9.1") // Test dependencies testImplementation 'junit:junit:4.13.2' diff --git a/example/analysis_options.yaml b/example/analysis_options.yaml index 61b6c4d..5bee4ff 100644 --- a/example/analysis_options.yaml +++ b/example/analysis_options.yaml @@ -7,6 +7,15 @@ # The following line activates a set of recommended lints for Flutter apps, # packages, and plugins designed to encourage good coding practices. +analyzer: + exclude: + - build/** + - android/** + - ios/** + - web/** + - windows/** + - macos/** + - linux/** include: package:flutter_lints/flutter.yaml linter: