Skip to content

Commit

Permalink
link preview update
Browse files Browse the repository at this point in the history
  • Loading branch information
wakaztahir committed Mar 24, 2022
1 parent de70326 commit 2e43f0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildSrc/src/main/java/BuildConfig.kt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
object BuildConfig {
object Info {
const val group = "com.wakaztahir"
const val version = "1.0.1"
const val version = "1.0.2"
const val versionCode = 1

const val ComposeVersion = "1.1.1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ private fun resolveURL(url: String, part: String): String? {
part
} else {
return try {
URI(url).resolve(part).toString().also { println("resolved + $it") }
URI(url).resolve(part).toString()
} catch (e: java.lang.Exception) {
e.printStackTrace()
null
Expand Down

0 comments on commit 2e43f0a

Please # to comment.