File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
src/main/java/app/flicky/ui/screens Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -101,6 +101,10 @@ android {
101101 }
102102}
103103
104+ apkDist {
105+ artifactNamePrefix = " flicky"
106+ }
107+
104108// Configure all tasks that are instances of AbstractArchiveTask
105109tasks.withType<AbstractArchiveTask >().configureEach {
106110 isPreserveFileTimestamps = false
Original file line number Diff line number Diff line change @@ -49,12 +49,9 @@ import androidx.compose.material3.LinearProgressIndicator
4949import androidx.compose.material3.MaterialTheme.colorScheme
5050import androidx.compose.material3.MaterialTheme.typography
5151import androidx.compose.material3.OutlinedButton
52- import androidx.compose.material3.Scaffold
5352import androidx.compose.material3.Surface
5453import androidx.compose.material3.Text
5554import androidx.compose.material3.TextButton
56- import androidx.compose.material3.TopAppBar
57- import androidx.compose.material3.TopAppBarDefaults
5855import androidx.compose.runtime.Composable
5956import androidx.compose.runtime.collectAsState
6057import androidx.compose.runtime.getValue
You can’t perform that action at this time.
0 commit comments