Rename
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
package io.legado.app
|
||||
package io.legato.kazusa
|
||||
|
||||
import cn.hutool.core.lang.JarClassLoader
|
||||
import com.script.ScriptBindings
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
package io.legado.app
|
||||
package io.legato.kazusa
|
||||
|
||||
import android.content.Context
|
||||
import android.net.Uri
|
||||
+3
-3
@@ -1,12 +1,12 @@
|
||||
package io.legado.app
|
||||
package io.legato.kazusa
|
||||
|
||||
import android.app.DownloadManager
|
||||
import android.net.Uri
|
||||
import android.os.Environment
|
||||
import android.webkit.WebSettings
|
||||
import android.webkit.WebView
|
||||
import io.legado.app.help.config.AppConfig
|
||||
import io.legado.app.utils.runOnUI
|
||||
import io.legato.kazusa.help.config.AppConfig
|
||||
import io.legato.kazusa.utils.runOnUI
|
||||
import kotlinx.coroutines.delay
|
||||
import kotlinx.coroutines.runBlocking
|
||||
import org.junit.Test
|
||||
+3
-3
@@ -1,7 +1,7 @@
|
||||
package io.legado.app
|
||||
package io.legato.kazusa
|
||||
|
||||
import io.legado.app.help.config.AppConfig
|
||||
import io.legado.app.model.analyzeRule.AnalyzeUrl
|
||||
import io.legato.kazusa.help.config.AppConfig
|
||||
import io.legato.kazusa.model.analyzeRule.AnalyzeUrl
|
||||
import kotlinx.coroutines.runBlocking
|
||||
import org.junit.Test
|
||||
|
||||
+2
-2
@@ -1,4 +1,4 @@
|
||||
package io.legado.app
|
||||
package io.legato.kazusa
|
||||
|
||||
import androidx.room.Room
|
||||
import androidx.room.migration.Migration
|
||||
@@ -6,7 +6,7 @@ import androidx.room.testing.MigrationTestHelper
|
||||
import androidx.sqlite.db.framework.FrameworkSQLiteOpenHelperFactory
|
||||
import androidx.test.ext.junit.runners.AndroidJUnit4
|
||||
import androidx.test.platform.app.InstrumentationRegistry
|
||||
import io.legado.app.data.AppDatabase
|
||||
import io.legato.kazusa.data.AppDatabase
|
||||
import org.junit.Rule
|
||||
import org.junit.Test
|
||||
import org.junit.runner.RunWith
|
||||
+5
-5
@@ -1,10 +1,10 @@
|
||||
package io.legado.app
|
||||
package io.legato.kazusa
|
||||
|
||||
import com.google.gson.Gson
|
||||
import io.legado.app.exception.NoStackTraceException
|
||||
import io.legado.app.help.http.okHttpClient
|
||||
import io.legado.app.help.update.GithubRelease
|
||||
import io.legado.app.utils.fromJsonObject
|
||||
import io.legato.kazusa.exception.NoStackTraceException
|
||||
import io.legato.kazusa.help.http.okHttpClient
|
||||
import io.legato.kazusa.help.update.GithubRelease
|
||||
import io.legato.kazusa.utils.fromJsonObject
|
||||
import okhttp3.Request
|
||||
import org.junit.Assert.assertTrue
|
||||
import org.junit.Test
|
||||
Reference in New Issue
Block a user