Skip to content
This repository has been archived by the owner on Nov 6, 2022. It is now read-only.

Commit

Permalink
删除不必要的内容
Browse files Browse the repository at this point in the history
  • Loading branch information
entropy committed Aug 29, 2021
1 parent a181efa commit 1dfead1
Show file tree
Hide file tree
Showing 19 changed files with 6 additions and 942 deletions.
4 changes: 0 additions & 4 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ android {
kotlinCompilerExtensionVersion "1.0.0-rc01"
}
compileSdkVersion 30
buildToolsVersion '30.0.2'
buildToolsVersion '30.0.3'
}

dependencies {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ package com.gcode.gmusiccomposesamples.ui.components

import android.os.Build
import androidx.annotation.RequiresApi
import androidx.compose.animation.*
import androidx.compose.foundation.Image
import androidx.compose.foundation.layout.fillMaxSize
import androidx.compose.foundation.lazy.LazyColumn
import androidx.compose.foundation.lazy.items
import androidx.compose.runtime.Composable
import androidx.compose.runtime.getValue
import androidx.compose.runtime.*
import androidx.compose.runtime.livedata.observeAsState
import androidx.compose.ui.Modifier
import androidx.compose.ui.layout.ContentScale
Expand All @@ -24,6 +24,7 @@ import java.util.*
* @param modifier Modifier
* @param viewModel ViewModel
*/
@ExperimentalAnimationApi
@RequiresApi(Build.VERSION_CODES.R)
@Composable
fun MainActRV(
Expand Down
12 changes: 0 additions & 12 deletions app/src/main/java/com/gcode/jetpacklearn/model/LocalMusicBean.kt

This file was deleted.

This file was deleted.

221 changes: 0 additions & 221 deletions app/src/main/java/com/gcode/jetpacklearn/ui/activity/MainActivity.kt

This file was deleted.

This file was deleted.

Loading

0 comments on commit 1dfead1

Please sign in to comment.