Skip to content

Commit

Permalink
Update MainActivity.kt
Browse files Browse the repository at this point in the history
add app center analytics
  • Loading branch information
islam-mohamad authored Nov 18, 2022
1 parent d35b614 commit 01db467
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/src/main/java/com/islam/appcentercicd/MainActivity.kt
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,7 @@ class MainActivity : AppCompatActivity() {
override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)
setContentView(R.layout.activity_main)
AppCenter.start(getApplication(), "78a15f84-5697-4886-88c8-cd9cc3bcfaf2",
Analytics.class, Crashes.class);
}
}
}

0 comments on commit 01db467

Please sign in to comment.