Skip to content

Commit 3397e95

Browse files
Update MainActivity.kt
1 parent 73f93be commit 3397e95

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/src/main/java/com/mcal/disassembler/activities/MainActivity.kt

+3-3
Original file line numberDiff line numberDiff line change
@@ -71,13 +71,13 @@ class MainActivity : BaseActivity() {
7171
startActivity(
7272
Intent(
7373
Intent.ACTION_VIEW,
74-
Uri.parse("https://github.com/TimScriptov/Disassembler.git")
74+
Uri.parse("https://github.com/FlutterGenerator/Disassembler.git")
7575
)
7676
)
7777
}
7878

7979
fun telegram(view: View?) {
80-
startActivity(Intent(Intent.ACTION_VIEW, Uri.parse("https://t.me/dexprotect")))
80+
startActivity(Intent(Intent.ACTION_VIEW, Uri.parse("https://t.me/tojik_proof_93")))
8181
}
8282

8383
fun toNameDemangler(view: View?) {
@@ -120,4 +120,4 @@ class MainActivity : BaseActivity() {
120120
System.loadLibrary("disassembler")
121121
}
122122
}
123-
}
123+
}

0 commit comments

Comments
 (0)