File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# MiLibrisReaderSDK Android changelog
22
3+ # 1.17.0
4+
5+ ## Features
6+ - Add a way to inject a ` Logger ` to intercept OneReader logs
7+ - Rework obfuscation to prevent conflicts with other obfuscated library
8+
39# 1.16.1
410
511## Improvements
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ repositories {
4343}
4444
4545dependencies {
46- def miLibrisReader = "1.16.1 "
46+ def miLibrisReader = "1.17.0 "
4747 api("com.milibris:one-reader:$miLibrisReader") { //If you ever have conflict with the version used in our library add this line
4848 exclude group: "androidx.lifecycle"
4949 }
Original file line number Diff line number Diff line change @@ -51,16 +51,16 @@ android {
5151 }
5252 namespace ' com.milibris.reader.sdk.sample'
5353}
54- ext. readerVersion = " 1.16.1 "
54+ ext. readerVersion = " 1.17.0 "
5555
5656dependencies {
5757
5858 coreLibraryDesugaring(" com.android.tools:desugar_jdk_libs:2.1.5" )
59- implementation ' androidx.core:core-ktx:1.16 .0'
59+ implementation ' androidx.core:core-ktx:1.17 .0'
6060 implementation ' androidx.appcompat:appcompat:1.7.1'
61- implementation ' com.google.android.material:material:1.12 .0'
62- implementation ' androidx.lifecycle:lifecycle-livedata-ktx:2.9.2 '
63- implementation ' androidx.lifecycle:lifecycle-viewmodel-ktx:2.9.2 '
61+ implementation ' com.google.android.material:material:1.13 .0'
62+ implementation ' androidx.lifecycle:lifecycle-livedata-ktx:2.9.4 '
63+ implementation ' androidx.lifecycle:lifecycle-viewmodel-ktx:2.9.4 '
6464 testImplementation ' junit:junit:4.13.2'
6565 androidTestImplementation ' androidx.test.ext:junit:1.3.0'
6666 androidTestImplementation ' androidx.test.espresso:espresso-core:3.7.0'
Original file line number Diff line number Diff line change 11// Top-level build file where you can add configuration options common to all sub-projects/modules.
22plugins {
3- id ' com.android.application' version ' 8.11.1 ' apply false
4- id ' com.android.library' version ' 8.11.1 ' apply false
5- id ' org.jetbrains.kotlin.android' version ' 1.9.24 ' apply false
3+ id ' com.android.application' version ' 8.13.0 ' apply false
4+ id ' com.android.library' version ' 8.13.0 ' apply false
5+ id ' org.jetbrains.kotlin.android' version ' 2.2.20 ' apply false
66}
77task clean (type : Delete ) {
88 delete rootProject. buildDir
You can’t perform that action at this time.
0 commit comments