Tickaroo / tikxml

Modern XML Parser for Android
Apache License 2.0
423 stars 44 forks source link

I get resolved dependencies error. #127

Open selway opened 5 years ago

selway commented 5 years ago

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

sockeqwe commented 5 years ago

Im sorry, thats a known issue. Please use version 0.8.13 in the meantime

Selway notifications@github.com schrieb am Mi., 24. Apr. 2019, 09:12:

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

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Tickaroo/tikxml/issues/127, or mute the thread https://github.com/notifications/unsubscribe-auth/AAEOPLR5WRL3CZ4TL2B5HOTPR725FANCNFSM4HIAU2RQ .

selway commented 5 years ago

Thinks. I will try agin, when I am free.

androidovshchik commented 4 years ago

Any update? Why 0.8.15 is not available?

stetro commented 4 years ago

Would be great to have com.tickaroo.tikxml:annotation:0.8.15 and a clean gradle file again ;)

sockeqwe commented 4 years ago

TikXML is currently in not good shape. I will write down this evening what needs to be done to cerate full transparency s about the current state and future plans and where we need help

selway commented 4 years ago

Any update? Why 0.8.15 is not available?

Thanks anyway, The previous solution still didn't work. Later, I used a simple serialization tool written by myself to solve the problem.

sockeqwe commented 4 years ago

0.8.13 should work

Selway notifications@github.com schrieb am Sa., 4. Jan. 2020, 06:19:

Any update? Why 0.8.15 is not available?

Thanks anyway, The previous solution still didn't work. Later, I used a simple serialization tool written by myself to solve the problem.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/Tickaroo/tikxml/issues/127?email_source=notifications&email_token=AAEOPLTZ5I744HDFTHMK2ITQ4AL6RA5CNFSM4HIAU2R2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEICRGWY#issuecomment-570757979, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAEOPLQHMTPSBNPDOJSITWDQ4AL6RANCNFSM4HIAU2RQ .

sockeqwe commented 4 years ago

See https://github.com/Tickaroo/tikxml/issues/137 where I have written down the current state of TikXML and the future of TikXML