Skip to content

wiki中的错误 #24

@LoveqLRC

Description

@LoveqLRC

wiki中宿主依赖写成了
implementation 'com.iqiyi.video:neptune:2.7.0'
实际应该是
implementation "org.qiyi.video:neptune:${NEPTUNE_LIBRARY_VERSION}"

wiki中的

NeptuneConfig.Builder()
            .configSdkMode(NeptuneConfig.INSTRUMENTATION_MODE)
            .enableDebugMode(BuildConfig.DEBUG)
            .build()

实际应该是

 NeptuneConfig.Builder()
                .configSdkMode(NeptuneConfig.INSTRUMENTATION_MODE)
                .enableDebug(true)
                .build();

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions