From 1f9ee82fe329bb1039601756362107322a50dfe2 Mon Sep 17 00:00:00 2001 From: jonathannorris <1219069+jonathannorris@users.noreply.github.com> Date: Mon, 24 Aug 2026 09:18:05 +0000 Subject: [PATCH] chore: update Android SDK version to 2.9.1 - Android SDK: 2.9.0 -> 2.9.1 --- android/build.gradle | 2 +- example/analysis_options.yaml | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) 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: