Skip to content

Commit

Permalink
chore: bump target sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
abdallahmehiz committed Nov 2, 2024
1 parent ba3a4a6 commit da9e5ab
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 39 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ plugins {

android {
namespace = "live.mehiz.mpvkt"
compileSdk = 34
compileSdk = 35

defaultConfig {
applicationId = "live.mehiz.mpvkt"
minSdk = 21
targetSdk = 34
targetSdk = 35
versionCode = 12
versionName = "0.1.6"

Expand Down
2 changes: 1 addition & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/Theme.MpvKt"
tools:targetApi="31">
tools:targetApi="35">
<activity
android:name=".MainActivity"
android:exported="true"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import androidx.compose.ui.Modifier
import kotlinx.collections.immutable.ImmutableList
import live.mehiz.mpvkt.ui.theme.spacing

@OptIn(ExperimentalMaterial3Api::class)
@Composable
fun MultiChoiceSegmentedButton(
choices: ImmutableList<String>,
Expand Down
1 change: 0 additions & 1 deletion app/src/main/java/live/mehiz/mpvkt/ui/theme/Theme.kt
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ fun MpvKtTheme(content: @Composable () -> Unit) {
) {
MaterialTheme(
colorScheme = colorScheme,
typography = Typography,
content = content,
)
}
Expand Down
34 changes: 0 additions & 34 deletions app/src/main/java/live/mehiz/mpvkt/ui/theme/Type.kt

This file was deleted.

0 comments on commit da9e5ab

Please sign in to comment.