Skip to content

Commit

Permalink
1.12.1
Browse files Browse the repository at this point in the history
- Fix some issues (get the full path also when opening by external apps?)
  • Loading branch information
Sav22999 committed Aug 1, 2023
1 parent 7a12d9f commit cc17da6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .idea/compiler.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ android {
buildToolsVersion "30.0.2"

defaultConfig {
applicationId 'com.saverio.pdfviewer'
applicationId 'com.saverio.pdfviewer.beta'
minSdk 21
targetSdk 33
versionCode 48
versionName '1.12.0.2'
versionCode 50
versionName '1.12.1'

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
2 changes: 2 additions & 0 deletions app/src/main/java/com/saverio/pdfviewer/PDFViewer.kt
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ class PDFViewer : AppCompatActivity() {
uriToUse = intent.data.toString()
//println(uriToUse)
}

println(">>> "+intent.data?.path)
} catch (e: Exception) {
uriToUse = ""
}
Expand Down

0 comments on commit cc17da6

Please sign in to comment.