Skip to content

Commit

Permalink
Merge pull request #40 from niscy-eudiw/main
Browse files Browse the repository at this point in the history
New snapshot version with fixes for resolving the new PDF Viewer
  • Loading branch information
stzouvaras authored Dec 5, 2024
2 parents 3e6c6bd + 6abe55b commit 39306d7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
3 changes: 1 addition & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,14 @@ org.gradle.jvmargs=-Xmx8192m -Dfile.encoding=UTF-8
android.useAndroidX=true
kotlin.code.style=official
android.nonTransitiveRClass=true
android.enableJetifier=true

# API PROPERTIES
SDK_VERSION=35
TARGET_SDK_VERSION=35
MIN_SDK_VERSION=28

# PROJECT PROPERTIES
VERSION_NAME=0.1.1-SNAPSHOT
VERSION_NAME=0.1.1.2-SNAPSHOT
NAMESPACE=eu.europa.ec.eudi.rqesui
GROUP=eu.europa.ec.eudi

Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ mockitoKotlin = "5.3.1"
kover = "0.7.5"
robolectric = "4.11.1"
turbine = "1.1.0"
pdfViewer = "3.2.0-beta.1"
pdfViewer = "3.2.0-beta.3"

[libraries]
eudi-lib-android-rqes-core = { module = "eu.europa.ec.eudi:eudi-lib-android-rqes-core", version.ref = "eudiRqesCore" }
Expand Down Expand Up @@ -60,7 +60,7 @@ mockito-kotlin = { group = "org.mockito.kotlin", name = "mockito-kotlin", versio
kotlinx-coroutines-test = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-test", version.ref = "kotlinxCoroutines" }
robolectric = { group = "org.robolectric", name = "robolectric", version.ref = "robolectric" }
turbine = { group = "app.cash.turbine", name = "turbine", version.ref = "turbine" }
android-pdf-viewer = { group = "com.github.barteksc", name = "android-pdf-viewer", version.ref = "pdfViewer" }
android-pdf-viewer = { group = "com.github.mhiew", name = "android-pdf-viewer", version.ref = "pdfViewer" }

[plugins]
android-application = { id = "com.android.application", version.ref = "agp" }
Expand Down
3 changes: 0 additions & 3 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@ dependencyResolutionManagement {
url = uri("https://s01.oss.sonatype.org/content/repositories/snapshots/")
mavenContent { snapshotsOnly() }
}
maven {
url = uri("https://repository.liferay.com/nexus/content/repositories/public/")
}
}
}

Expand Down

0 comments on commit 39306d7

Please sign in to comment.