Skip to content

Commit f572b6c

Browse files
author
code3-dev
committed
Fix
1 parent 9f11d70 commit f572b6c

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,16 +69,16 @@ The app follows a clean architecture pattern with the following components:
6969

7070
## 📱 Supported Android Versions
7171

72-
CCloud supports Android 8.0 (API level 26) and higher. The app is optimized for:
72+
CCloud supports Android 9.0 (API level 28) and higher. The app is optimized for:
7373

74-
- **Android 8.0 - 16** (API levels 26-36)
74+
- **Android 9.0 - 16** (API levels 28-36)
7575
- **Android TV** devices
7676
- **Tablets** and large-screen devices
7777

7878
### Compatibility Notes
7979

80-
- **Android 7.x and below**: Not supported due to Jetpack Compose limitations
81-
- **Android 8.0+**: Full feature support with optimal performance
80+
- **Android 8.x and below**: Not supported due to Jetpack Compose limitations
81+
- **Android 9.0+**: Full feature support with optimal performance
8282
- **Android TV**: Specialized UI with remote control navigation
8383

8484
## Getting Started

app/build.gradle.kts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ android {
1414

1515
defaultConfig {
1616
applicationId = "com.pira.ccloud"
17-
// Supported Android versions: Android 8.0 (API 26) and higher
18-
// Android 7.x and below are not supported due to Jetpack Compose limitations
17+
// Supported Android versions: Android 9.0 (API 28) and higher
18+
// Android 8.x and below are not supported due to Jetpack Compose limitations
1919
minSdk = 26
2020
targetSdk = 36
21-
versionCode = 9
22-
versionName = "1.0.8"
21+
versionCode = 10
22+
versionName = "1.0.9"
2323

2424
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2525
}

0 commit comments

Comments
 (0)