File tree Expand file tree Collapse file tree
src/main/java/com/donut/mixfile Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ android {
1717 applicationId = " com.donut.mixfile"
1818 minSdk = 26
1919 targetSdk = 36
20- versionCode = 151
21- versionName = " 2.0.6 "
20+ versionCode = 152
21+ versionName = " 2.0.7 "
2222
2323 testInstrumentationRunner = " androidx.test.runner.AndroidJUnitRunner"
2424 vectorDrawables {
@@ -70,7 +70,7 @@ android {
7070
7171dependencies {
7272
73- implementation(" com.github.InvertGeek:mixfile-core:2.0.6 " )
73+ implementation(" com.github.InvertGeek:mixfile-core:2.0.7 " )
7474 implementation(" androidx.compose.material:material-icons-extended:1.7.8" )
7575 implementation(" com.tencent:mmkv:1.3.14" )
7676 implementation(" net.engawapg.lib:zoomable:1.6.1" )
Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ import androidx.activity.result.contract.ActivityResultContracts
1212import androidx.core.app.NotificationManagerCompat
1313import com.donut.mixfile.ui.component.MainContent
1414import com.donut.mixfile.ui.theme.MainTheme
15- import com.donut.mixfile.util.file.MixFileSelector
1615import com.donut.mixfile.util.file.uploadFileUris
1716import com.donut.mixfile.util.objects.MixActivity
1817import com.donut.mixfile.util.reveiver.NetworkChangeReceiver
Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ import androidx.compose.runtime.remember
1515import androidx.compose.runtime.setValue
1616import androidx.compose.ui.Alignment
1717import androidx.compose.ui.Modifier
18- import com.donut.mixfile.MainActivity
1918import com.donut.mixfile.app
2019import com.donut.mixfile.appScope
2120import com.donut.mixfile.currentActivity
@@ -68,7 +67,6 @@ import kotlinx.coroutines.sync.Semaphore
6867import kotlinx.coroutines.withContext
6968import kotlinx.io.readByteArray
7069import kotlin.coroutines.cancellation.CancellationException
71- import kotlin.coroutines.coroutineContext
7270
7371val localClient = HttpClient (OkHttp ).config {
7472 install(HttpTimeout ) {
You can’t perform that action at this time.
0 commit comments