tikxml icon indicating copy to clipboard operation
tikxml copied to clipboard

I get resolved dependencies error.

Open selway opened this issue 6 years ago • 8 comments

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

selway avatar Apr 24 '19 06:04 selway

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

Selway [email protected] 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 .

sockeqwe avatar Apr 25 '19 15:04 sockeqwe

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

selway avatar Apr 25 '19 16:04 selway

Any update? Why 0.8.15 is not available?

androidovshchik avatar Dec 25 '19 15:12 androidovshchik

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

stetro avatar Jan 03 '20 12:01 stetro

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

sockeqwe avatar Jan 03 '20 12:01 sockeqwe

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.

selway avatar Jan 04 '20 05:01 selway

0.8.13 should work

Selway [email protected] 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 avatar Jan 04 '20 09:01 sockeqwe

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

sockeqwe avatar Jan 04 '20 11:01 sockeqwe