We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73f93be commit 3397e95Copy full SHA for 3397e95
app/src/main/java/com/mcal/disassembler/activities/MainActivity.kt
@@ -71,13 +71,13 @@ class MainActivity : BaseActivity() {
71
startActivity(
72
Intent(
73
Intent.ACTION_VIEW,
74
- Uri.parse("https://github.com/TimScriptov/Disassembler.git")
+ Uri.parse("https://github.com/FlutterGenerator/Disassembler.git")
75
)
76
77
}
78
79
fun telegram(view: View?) {
80
- startActivity(Intent(Intent.ACTION_VIEW, Uri.parse("https://t.me/dexprotect")))
+ startActivity(Intent(Intent.ACTION_VIEW, Uri.parse("https://t.me/tojik_proof_93")))
81
82
83
fun toNameDemangler(view: View?) {
@@ -120,4 +120,4 @@ class MainActivity : BaseActivity() {
120
System.loadLibrary("disassembler")
121
122
123
-}
+}
0 commit comments