update gradle wrapper to version 6.0.1

This commit is contained in:
2020-01-15 15:28:07 +01:00
parent 9d2de3fcb3
commit 2d497d1a96
4 changed files with 7 additions and 8 deletions

View File

@ -50,7 +50,10 @@ import org.mosad.seil0.projectlaogai.controller.PreferencesController.Companion.
import org.mosad.seil0.projectlaogai.fragments.*
import kotlin.system.measureTimeMillis
// TODO save the current fragment to show it when the app is restarted
/**
* TODO save the current fragment to show it when the app is restarted
* TODO since anko is dead, we should use coroutines
*/
class MainActivity : AppCompatActivity(), NavigationView.OnNavigationItemSelectedListener {
private var activeFragment: Fragment = HomeFragment() // the currently active fragment, home at the start

View File

@ -37,10 +37,6 @@ import kotlin.Exception
class TCoRAPIController {
/**
* TODO since anko seems dead, we should use coroutines here
*/
companion object {
private const val className = "TCoRAPIController"
private const val tcorBaseURL = "https://tcor.mosad.xyz"