diff --git a/CHANGELOG.md b/CHANGELOG.md index 30fcc62..2fd559f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## v2.6.1 + +### Technical Updates +- **Material Design 3**: Updated Material Design dependency from 1.12.0 to 1.13.1 for Material You support +- **Android Support**: Updated minimum SDK from 23 to 24 for better Material3 compatibility +- **Dependencies**: Prepared foundation for Material You theming implementation + ## v2.6.0 ### New Features diff --git a/app/build.gradle b/app/build.gradle index 068d7ff..acb67e8 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -38,7 +38,7 @@ android { namespace 'com.gigaworks.tech.calculator' defaultConfig { applicationId "com.gigaworks.tech.calculator" - minSdkVersion 23 + minSdkVersion 24 compileSdk 35 targetSdkVersion 35 versionCode versionProperties['VERSION_CODE'].toInteger() @@ -74,7 +74,7 @@ dependencies { implementation 'androidx.core:core-ktx:1.16.0' implementation 'androidx.appcompat:appcompat:1.7.1' - implementation 'com.google.android.material:material:1.12.0' + implementation 'com.google.android.material:material:1.13.1' implementation 'androidx.constraintlayout:constraintlayout:2.2.1' // Edge-to-edge support