Skip to content

Commit ba8080d

Browse files
Merge pull request #44 from LeKiosqueFr/release/1.17.0
[V1.17.0] Update Reader Version
2 parents 6ed5fba + 4a9b355 commit ba8080d

4 files changed

Lines changed: 15 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ repositories {
4343
}
4444
4545
dependencies {
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
}

app/build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

5656
dependencies {
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'

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
plugins {
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
}
77
task clean(type: Delete) {
88
delete rootProject.buildDir

0 commit comments

Comments
 (0)