aykuttasil / CallRecorder

Android Phone Call Recorder
MIT License
757 stars 239 forks source link

Failed to resolve: com.github.aykuttasil:CallRecorder:1.2.8 #22

Closed anonym24 closed 5 years ago

anonym24 commented 6 years ago

Failed to resolve: com.github.aykuttasil:CallRecorder:1.2.8

implementation 'com.github.aykuttasil:CallRecorder:1.2.8'

    repositories {
        google()
        jcenter()
        maven { url 'https://jitpack.io' }
    }
aykuttasil commented 6 years ago

implementation 'com.github.aykuttasil:CallRecorder:1.2.9' @anonym24

xpmkm89 commented 5 years ago

still showing faild to resolve implementation 'com.github.aykuttasil:CallRecorder:1.2.9

aykuttasil commented 5 years ago

Please make you sure added follow code blocks.

repositories { google() jcenter() maven { url 'https://jitpack.io' } }

and

implementation 'com.github.aykuttasil:CallRecorder:1.5.0'

@xpmkm89

maheshutm commented 1 year ago

still showing faild to resolve implementation 'com.github.aykuttasil:CallRecorder:1.5.0