mirror of
https://github.com/InvertGeek/MixFile.git
synced 2026-06-02 01:22:41 +08:00
2.0.1
This commit is contained in:
@@ -17,8 +17,8 @@ android {
|
||||
applicationId = "com.donut.mixfile"
|
||||
minSdk = 26
|
||||
targetSdk = 36
|
||||
versionCode = 145
|
||||
versionName = "2.0.0"
|
||||
versionCode = 146
|
||||
versionName = "2.0.1"
|
||||
|
||||
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
||||
vectorDrawables {
|
||||
|
||||
@@ -3,6 +3,7 @@ package com.donut.mixfile.ui.nav
|
||||
import androidx.compose.animation.core.tween
|
||||
import androidx.compose.animation.slideInHorizontally
|
||||
import androidx.compose.animation.slideOutHorizontally
|
||||
import androidx.compose.foundation.background
|
||||
import androidx.compose.foundation.layout.Arrangement
|
||||
import androidx.compose.foundation.layout.Column
|
||||
import androidx.compose.foundation.layout.Row
|
||||
@@ -14,6 +15,7 @@ import androidx.compose.material.icons.Icons
|
||||
import androidx.compose.material.icons.automirrored.filled.ArrowBack
|
||||
import androidx.compose.material3.Icon
|
||||
import androidx.compose.material3.IconButton
|
||||
import androidx.compose.material3.MaterialTheme.colorScheme
|
||||
import androidx.compose.material3.Text
|
||||
import androidx.compose.runtime.Composable
|
||||
import androidx.compose.runtime.getValue
|
||||
@@ -62,6 +64,7 @@ class MixNavPage(
|
||||
Column(
|
||||
modifier = modifier
|
||||
.verticalScroll(rememberScrollState())
|
||||
.background(colorScheme.background)
|
||||
.fillMaxSize()
|
||||
.padding(8.dp, 20.dp),
|
||||
verticalArrangement = Arrangement.spacedBy(gap),
|
||||
|
||||
@@ -16,7 +16,7 @@ coreKtx = "1.17.0"
|
||||
junit = "4.13.2"
|
||||
junitVersion = "1.3.0"
|
||||
espressoCore = "3.7.0"
|
||||
lifecycleRuntimeKtx = "2.9.2"
|
||||
lifecycleRuntimeKtx = "2.9.3"
|
||||
activityCompose = "1.10.1"
|
||||
#noinspection GradleDependency
|
||||
composeBom = "2024.08.00"
|
||||
@@ -26,7 +26,7 @@ materialIconsExtended = "1.7.8"
|
||||
media3Exoplayer = "1.8.0"
|
||||
media3Session = "1.8.0"
|
||||
#noinspection GradleDependency
|
||||
mixfileCore = "2.0.0"
|
||||
mixfileCore = "2.0.1"
|
||||
#noinspection GradleDependency
|
||||
mmkv = "1.3.14"
|
||||
navigationCompose = "2.9.3"
|
||||
|
||||
Reference in New Issue
Block a user