Skip to content

Commit

Permalink
hotfix: update privacy policy
Browse files Browse the repository at this point in the history
  • Loading branch information
helloyanis committed Sep 25, 2023
1 parent 73d0a93 commit dfed4ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ android {
applicationId = "com.helloyanis.rucoycalculator"
minSdk = 24
targetSdk = 34
versionCode = 5
versionName = "4.1"
versionCode = 6
versionName = "4.2"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class CreditsFragment : Fragment() {
val privacybutton = binding.privacy

privacybutton.setOnClickListener{
val i = Intent(Intent.ACTION_VIEW, Uri.parse("https://gist.github.com/helloyanis/25ae600a5d2d162a2912ec0a24ed2084"))
val i = Intent(Intent.ACTION_VIEW, Uri.parse("https://gist.githubusercontent.com/helloyanis/25ae600a5d2d162a2912ec0a24ed2084/raw/74708abcb5688e54ebb59ac91830a3d4a2d26ba3/privacy.md"))
startActivity(i)
}

Expand Down

0 comments on commit dfed4ad

Please sign in to comment.