NeoDay Android SDK - 3rd Party dependencies

The NeoDay SDK requires the following 3rd party dependencies.

SDK 2.0.0

// AndroidX
implementation "androidx.appcompat:appcompat:1.7.0"
implementation "androidx.core:core-ktx:1.15.0"
implementation "androidx.activity:activity-compose:1.10.0"
implementation "androidx.navigation:navigation-compose:2.8.7"
implementation "androidx.browser:browser:1.8.0"
implementation "androidx.fragment:fragment-ktx:1.8.6"
implementation "androidx.constraintlayout:constraintlayout:2.2.0"
implementation "androidx.legacy:legacy-support-v4:1.0.0"
implementation "androidx.datastore:datastore-preferences:1.1.2"
// Lifecycle
def lifecycleVersion = '2.8.7'
implementation "androidx.lifecycle:lifecycle-viewmodel-compose:$lifecycleVersion"
implementation "androidx.lifecycle:lifecycle-livedata-ktx:$lifecycleVersion"
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:$lifecycleVersion"
// Camera:
def cameraVersion = '1.4.1'
implementation "androidx.camera:camera-core:$cameraVersion"
implementation "androidx.camera:camera-camera2:$cameraVersion"
implementation "androidx.camera:camera-lifecycle:$cameraVersion"
implementation "androidx.camera:camera-view:$cameraVersion"
implementation "androidx.camera:camera-extensions:$cameraVersion"
// Compose
implementation platform("androidx.compose:compose-bom:2025.01.01")
implementation 'androidx.compose.material:material'
implementation 'androidx.compose.animation:animation'
implementation 'androidx.compose.ui:ui-tooling'
implementation 'androidx.compose.ui:ui-viewbinding'
implementation 'androidx.compose.runtime:runtime-livedata:'
implementation 'androidx.compose.material:material-icons-extended'
// Coroutines
def kotlinxCoroutinesVersion = '1.10.1'
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:$kotlinxCoroutinesVersion"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:$kotlinxCoroutinesVersion"
// Accompanist
def accompanistVersion = '0.36.0'
implementation "com.google.accompanist:accompanist-swiperefresh:$accompanistVersion"
implementation "com.google.accompanist:accompanist-permissions:$accompanistVersion"
implementation "com.google.accompanist:accompanist-flowlayout:$accompanistVersion"
implementation "com.google.accompanist:accompanist-pager:$accompanistVersion"
// MLKit
implementation "com.google.mlkit:barcode-scanning:17.3.0"
// Retrofit
api "com.squareup.retrofit2:retrofit:2.11.0"
api "com.squareup.retrofit2:converter-gson:2.11.0"
// OKHttp3
implementation "com.squareup.okhttp3:logging-interceptor:4.5.0"
// Markwon
def markwonVersion = '4.6.2'
implementation "io.noties.markwon:core:$markwonVersion"
implementation "io.noties.markwon:html:$markwonVersion"
implementation "io.noties.markwon:image-glide:$markwonVersion"
// Glide
implementation "com.github.skydoves:landscapist-bom:2.4.6"
implementation "com.github.skydoves:landscapist-glide"
implementation "com.github.skydoves:landscapist-animation"
// ZXing
implementation "com.google.zxing:core:3.4.1"
// Misc
api "net.danlew:android.joda:2.12.5"
implementation "com.github.haroldadmin:NetworkResponseAdapter:4.2.2"
implementation "com.pusher:pusher-java-client:2.2.6"
implementation "com.google.android.material:material:1.12.0"

SDK 1.16.0

// AndroidX
implementation "androidx.appcompat:appcompat:1.7.0"
implementation "androidx.core:core-ktx:1.15.0"
implementation "androidx.activity:activity-compose:1.10.0"
implementation "androidx.compose.material:material:1.7.6"
implementation "androidx.compose.animation:animation:1.7.6"
implementation "androidx.compose.ui:ui-tooling:1.7.6"
implementation "androidx.compose.ui:ui-viewbinding:1.7.6"
implementation "androidx.compose.runtime:runtime-livedata:1.7.6"
api "androidx.compose.material:material-icons-extended:1.7.6"
implementation "androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7"
implementation "androidx.lifecycle:lifecycle-livedata-ktx:2.8.7"
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7"
implementation "androidx.navigation:navigation-compose:2.8.5"
implementation "androidx.camera:camera-core:1.4.1"
implementation "androidx.camera:camera-camera2:1.4.1"
implementation "androidx.camera:camera-lifecycle:1.4.1"
implementation "androidx.camera:camera-view:1.4.1"
implementation "androidx.camera:camera-extensions:1.4.1"
implementation "androidx.browser:browser:1.8.0"
implementation "androidx.fragment:fragment-ktx:1.8.5"
implementation "androidx.constraintlayout:constraintlayout:2.2.0"
implementation "androidx.legacy:legacy-support-v4:1.0.0"
implementation "androidx.datastore:datastore-preferences:1.1.2"

// Coroutines
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3"

// Accompanist
implementation "com.google.accompanist:accompanist-swiperefresh:0.30.1"
implementation "com.google.accompanist:accompanist-permissions:0.30.1"
implementation "com.google.accompanist:accompanist-flowlayout:0.30.1"
implementation 'com.google.accompanist:accompanist-pager:0.28.0'

// MLKit
implementation "com.google.mlkit:barcode-scanning:17.3.0"

// Retrofit
api "com.squareup.retrofit2:retrofit:2.11.0"
api "com.squareup.retrofit2:converter-gson:2.11.0"

// OKHttp3
implementation "com.squareup.okhttp3:logging-interceptor:4.5.0"

// Markwon
implementation "io.noties.markwon:core:4.6.2"
implementation "io.noties.markwon:html:4.6.2"
implementation "io.noties.markwon:image-glide:4.6.2"

// ZXing
implementation "com.google.zxing:core:3.4.1"

// Misc
api "net.danlew:android.joda:2.12.5"
implementation "com.github.haroldadmin:NetworkResponseAdapter:4.2.2"
implementation "com.github.skydoves:landscapist-glide:1.5.2"
implementation "com.pusher:pusher-java-client:2.2.6"
implementation "com.google.android.material:material:1.12.0"

SDK 1.11.0

// AndroidX
implementation "androidx.appcompat:appcompat:1.6.1"
implementation "androidx.core:core-ktx:1.10.1"
implementation "androidx.activity:activity-compose:1.6.1"
implementation "androidx.compose.material:material:1.5.0-beta02"
implementation "androidx.compose.animation:animation:1.3.1"
implementation "androidx.compose.ui:ui-tooling:1.3.2"
implementation "androidx.compose.ui:ui-viewbinding:1.3.2"
implementation "androidx.compose.runtime:runtime-livedata:1.3.2"
implementation "androidx.lifecycle:lifecycle-viewmodel-compose:2.5.1"
implementation "androidx.lifecycle:lifecycle-livedata-ktx:2.5.1"
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.1"
implementation "androidx.navigation:navigation-compose:2.6.0"
implementation "androidx.camera:camera-core:1.2.3"
implementation "androidx.camera:camera-camera2:1.2.3"
implementation "androidx.camera:camera-lifecycle:1.2.3"
implementation "androidx.camera:camera-view:1.2.3"
implementation "androidx.camera:camera-extensions:1.2.3"
implementation "androidx.browser:browser:1.5.0"
implementation "androidx.fragment:fragment-ktx:1.6.2"
implementation "androidx.constraintlayout:constraintlayout:2.1.4"
implementation "androidx.legacy:legacy-support-v4:1.0.0"
implementation "androidx.datastore:datastore-preferences:1.0.0"

// Coroutines
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3"

// Accompanist
implementation "com.google.accompanist:accompanist-swiperefresh:0.30.1"
implementation "com.google.accompanist:accompanist-permissions:0.30.1"
implementation "com.google.accompanist:accompanist-flowlayout:0.30.1"
implementation 'com.google.accompanist:accompanist-pager:0.28.0'

// MLKit
implementation "com.google.mlkit:barcode-scanning:17.3.0"

// Retrofit
api "com.squareup.retrofit2:retrofit:2.9.0"
api "com.squareup.retrofit2:converter-gson:2.6.2"

// OKHttp3
api "com.squareup.okhttp3:logging-interceptor:4.5.0"

// Markwon
implementation "io.noties.markwon:core:4.6.2"
implementation "io.noties.markwon:html:4.6.2"
implementation "io.noties.markwon:image-glide:4.6.2"

// ZXing
implementation "com.google.zxing:core:3.4.1"

// Misc
implementation "com.github.haroldadmin:NetworkResponseAdapter:4.2.2"
implementation "com.github.skydoves:landscapist-glide:1.5.2"
api "net.danlew:android.joda:2.12.5"
implementation "com.pusher:pusher-java-client:2.2.6"
implementation "com.google.android.material:material:1.8.0"

SDK 1.10.0 and below

// AndroidX
implementation "androidx.appcompat:appcompat:1.5.1"
implementation "androidx.core:core-ktx:1.9.0"
implementation "androidx.activity:activity-compose:1.6.1"
implementation "androidx.compose.material:material:1.5.0-beta02"
implementation "androidx.compose.animation:animation:1.3.1"
implementation "androidx.compose.ui:ui-tooling:1.3.2"
implementation "androidx.compose.ui:ui-viewbinding:1.3.2"
implementation "androidx.compose.runtime:runtime-livedata:1.3.2"
implementation "androidx.lifecycle:lifecycle-viewmodel-compose:2.5.1"
implementation "androidx.lifecycle:lifecycle-livedata-ktx:2.5.1"
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.1"
implementation "androidx.navigation:navigation-compose:2.5.3"
implementation "androidx.camera:camera-core:1.2.3"
implementation "androidx.camera:camera-camera2:1.2.3"
implementation "androidx.camera:camera-lifecycle:1.2.3"
implementation "androidx.camera:camera-view:1.2.3"
implementation "androidx.camera:camera-extensions:1.2.3"
implementation "androidx.browser:browser:1.4.0"
implementation "androidx.fragment:fragment-ktx:1.5.5"
implementation "androidx.constraintlayout:constraintlayout:2.1.3"
implementation "androidx.legacy:legacy-support-v4:1.0.0"
implementation "androidx.datastore:datastore-preferences:1.0.0"

// Coroutines
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4"

// Accompanist
implementation "com.google.accompanist:accompanist-swiperefresh:0.30.1"
implementation "com.google.accompanist:accompanist-permissions:0.30.1"
implementation "com.google.accompanist:accompanist-flowlayout:0.30.1"
implementation "com.google.accompanist:accompanist-pager:0.28.0"

// MLKit
implementation "com.google.mlkit:barcode-scanning:17.1.0"

// Retrofit
api "com.squareup.retrofit2:retrofit:2.9.0"
api "com.squareup.retrofit2:converter-gson:2.6.2"

// OKHttp3
api "com.squareup.okhttp3:logging-interceptor:4.5.0"

// Markwon
implementation "io.noties.markwon:core:4.6.2"
implementation "io.noties.markwon:html:4.6.2"
implementation "io.noties.markwon:image-glide:4.6.2"

// ZXing
implementation "com.google.zxing:core:3.4.1"

// Misc
implementation "com.github.haroldadmin:NetworkResponseAdapter:4.2.2"
implementation "com.github.skydoves:landscapist-glide:1.5.2"
implementation "net.danlew:android.joda:2.12.5"
implementation "com.pusher:pusher-java-client:2.2.6"
implementation "com.google.android.material:material:1.7.0"