no-player icon indicating copy to clipboard operation
no-player copied to clipboard

add kotlin example to readme

Open blundell opened this issue 5 years ago • 2 comments

Problem

No kotlin example in the readme

Solution

Add kotlin example

Test(s) added

only my eyes

Paired with

Nobody

blundell avatar Jul 14 '19 20:07 blundell

CI build failed cos

Errors found:

/storage/jenkins/workspace/no-player-prb/core/build.gradle:62: Error: A newer version of com.google.android.exoplayer:exoplayer than 2.9.6 is available: 2.10.1 [GradleDependency]
    implementation 'com.google.android.exoplayer:exoplayer:2.9.6'
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/storage/jenkins/workspace/no-player-prb/core/build.gradle:67: Error: A newer version of org.mockito:mockito-core than 2.27.0 is available: 2.28.2 [GradleDependency]
    testImplementation 'org.mockito:mockito-core:2.27.0'
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

not really a part of this PR

blundell avatar Jul 15 '19 20:07 blundell

I agree. It's because we haven't updated master in a long time. We need to remove MediaPlayer from the code and do some tidying up after we added the AdsLoader.

Mecharyry avatar Jul 16 '19 09:07 Mecharyry