wait continue
This commit is contained in:
@@ -43,6 +43,8 @@ dependencies {
|
||||
implementation rootProject.ext.dependencies.material
|
||||
annotationProcessor rootProject.ext.dependencies.aroutercompiler
|
||||
implementation rootProject.ext.dependencies.androidxrecyclerview
|
||||
implementation rootProject.ext.dependencies.guideshowprovider
|
||||
|
||||
if (Boolean.valueOf(RELEASE)) {
|
||||
implementation rootProject.ext.dependencies.mogomap
|
||||
implementation rootProject.ext.dependencies.mogomapapi
|
||||
|
||||
@@ -0,0 +1,15 @@
|
||||
package com.mogo.module.apps.applaunch
|
||||
|
||||
import android.content.Context
|
||||
import com.mogo.module.apps.model.AppInfo
|
||||
|
||||
class GuideShowLauncher : BaseAppLauncher() {
|
||||
|
||||
override fun launch(context: Context, appInfo: AppInfo) {
|
||||
|
||||
}
|
||||
|
||||
override fun destroy() {
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user