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.16.1
4+
5+ ## Improvements
6+ - Fix on support for [ 16 KB page sizes] ( https://developer.android.com/guide/practices/page-sizes )
7+
38# 1.16.0
49
510## Features
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ repositories {
4343}
4444
4545dependencies {
46- def miLibrisReader = "1.16.0 "
46+ def miLibrisReader = "1.16.1 "
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,7 +51,7 @@ android {
5151 }
5252 namespace ' com.milibris.reader.sdk.sample'
5353}
54- ext. readerVersion = " 1.16.0 "
54+ ext. readerVersion = " 1.16.1 "
5555
5656dependencies {
5757
@@ -62,10 +62,10 @@ dependencies {
6262 implementation ' androidx.lifecycle:lifecycle-livedata-ktx:2.9.2'
6363 implementation ' androidx.lifecycle:lifecycle-viewmodel-ktx:2.9.2'
6464 testImplementation ' junit:junit:4.13.2'
65- androidTestImplementation ' androidx.test.ext:junit:1.2.1 '
66- androidTestImplementation ' androidx.test.espresso:espresso-core:3.6.1 '
67- api " com.milibris:milibris-reader:1.16.0 "
68- api(" com.milibris:one-reader:1.16.0 " ) {
65+ androidTestImplementation ' androidx.test.ext:junit:1.3.0 '
66+ androidTestImplementation ' androidx.test.espresso:espresso-core:3.7.0 '
67+ api " com.milibris:milibris-reader:$r eaderVersion "
68+ api(" com.milibris:one-reader:$r eaderVersion " ) {
6969 exclude group : " androidx.lifecycle"
7070 }
7171}
You can’t perform that action at this time.
0 commit comments