Skip to content

I get resolved dependencies error. #127

@selway

Description

@selway

Error Info
ERROR: Failed to resolve: com.tickaroo.tikxml:annotation:0.8.15 Show in Project Structure dialog Affected Modules: app
Java Android Project
build.gradle files

    compileSdkVersion 28
    defaultConfig {
        minSdkVersion 19
        targetSdkVersion 19
        testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
        multiDexEnabled true
    }
buildToolsVersion '28.0.3'

//......

    implementation 'com.tickaroo.tikxml:core:0.8.15'
    annotationProcessor 'com.tickaroo.tikxml:processor:0.8.15'
    implementation 'com.tickaroo.tikxml:annotation:0.8.15'
    implementation 'com.tickaroo.tikxml:retrofit-converter:0.8.15'
    annotationProcessor 'com.tickaroo.tikxml:auto-value-tikxml:0.8.15'

gradle version:3.3.2

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