Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down Expand Up @@ -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
Expand Down
Loading