File tree Expand file tree Collapse file tree 4 files changed +15
-5
lines changed Expand file tree Collapse file tree 4 files changed +15
-5
lines changed Original file line number Diff line number Diff line change 11# Release Notes
22
3+ ## 11.2.3 - November 3, 2025
4+
5+ ### Changed
6+ * Bump Android SDK to [ v11.1.3] ( https://github.com/smileidentity/android/releases/tag/v11.1.3 )
7+
38## 11.2.2 - September 18, 2025
49
5- ### Added
10+ ### Changed
611* Bump Android SDK to v11.1.2 (https://github.com/smileidentity/android/releases/tag/v11.1.2 )
712
813## 11.2.1 - September 10, 2025
914
10- ### Added
15+ ### Changed
1116* Bump Android SDK to v11.1.1 (https://github.com/smileidentity/android/releases/tag/v11.1.1 )
1217
1318## 11.2.0 - August 25, 2025
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ allprojects {
3333plugins {
3434 id(" com.android.library" )
3535 id(" org.jetbrains.kotlin.android" )
36- id(" org.jlleitschuh.gradle.ktlint" ) version " 12.3 .0"
36+ id(" org.jlleitschuh.gradle.ktlint" ) version " 13.1 .0"
3737}
3838
3939if (kotlinVersion.startsWith(" 2" )) {
@@ -92,7 +92,7 @@ android {
9292}
9393
9494dependencies {
95- implementation(" com.smileidentity:android-sdk:11.1.2 " )
95+ implementation(" com.smileidentity:android-sdk:11.1.3 " )
9696 implementation(" androidx.core:core-ktx:1.16.0" )
9797 implementation(platform(" androidx.compose:compose-bom:2025.07.00" ))
9898 implementation(" androidx.compose.ui:ui" )
Original file line number Diff line number Diff line change @@ -36,6 +36,11 @@ android {
3636 freeCompilerArgs.add(" -Xskip-metadata-version-check" )
3737 }
3838 }
39+ packaging {
40+ resources {
41+ excludes + = " META-INF/versions/9/OSGI-INF/MANIFEST.MF"
42+ }
43+ }
3944}
4045val checkSmileConfigFileTask = tasks.register(" checkSmileConfigFile" ) {
4146 doLast {
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ plugins {
2727 id(" dev.flutter.flutter-plugin-loader" ) version " 1.0.0"
2828 id(" com.android.application" ) version " 8.11.1" apply false
2929 id(" org.jetbrains.kotlin.android" ) version " 2.2.0" apply false
30- id(" org.jlleitschuh.gradle.ktlint" ) version " 12.3 .0" apply false
30+ id(" org.jlleitschuh.gradle.ktlint" ) version " 13.1 .0" apply false
3131}
3232
3333include(" :app" )
You can’t perform that action at this time.
0 commit comments