JENTISDev / jentis-android-sdk

MIT License
0 stars 0 forks source link

Maven central only contains sources jar for version 1.0.2 #3

Open gewinter opened 1 month ago

gewinter commented 1 month ago

I was trying to integrate the version 1.0.2 into my project (jentis flutter plugin), but it seems that I'm unable to add the dependency to the classpath using

dependencies {
    implementation 'com.jentis:jentis-tracking-sdk:1.0.2'
    testImplementation("junit:junit:4.13.2")
    testImplementation("org.mockito:mockito-core:5.0.0")
}

It works with version 1.0.1. I checked maven central, from where we pull the dependencies and saw that for version 1.0.2 only the sources jar is available.

Bildschirmfoto 2024-08-08 um 16 20 32

For version 1.0.1 maven central also contains the aar file, which is needed to include it as dependency

Bildschirmfoto 2024-08-08 um 16 22 49
MichaelPirker commented 1 month ago

Unfortunately, we cannot create a working library for the latest version of the repository. We tried using library 1.0.2 on Maven. However, our code is too old and the build process does not successfully finish. We will no longer make updates to the experimental code, as we are just starting to develop the new generation SDK. However, you can integrate the Android SDK directly into your test app as source code.