We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e4db3e commit 04b4671Copy full SHA for 04b4671
1 file changed
app/src/main/java/com/ahmadabuhasan/qrbarcode/MyApp.kt
@@ -0,0 +1,12 @@
1
+package com.ahmadabuhasan.qrbarcode
2
+
3
+import android.app.Application
4
+import com.google.android.gms.ads.MobileAds
5
6
+class MyApp : Application() {
7
8
+ override fun onCreate() {
9
+ super.onCreate()
10
+ MobileAds.initialize(this)
11
+ }
12
+}
0 commit comments