You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-21Lines changed: 2 additions & 21 deletions
Original file line number
Diff line number
Diff line change
@@ -25,26 +25,7 @@ For more info, visit Instabug for Unity on [Instabug.com](https://www.instabug.c
25
25
26
26
2. Export your Unity project by opening Build Settings from “File —> Build Settings”, and checking the Export button. Choose your desired path to save the project.
27
27
28
-
3. Open the exported project from Android Studio, and add the following changes to the build.gradle file.
29
-
```
30
-
...
31
-
allprojects {
32
-
repositories {
33
-
jcenter()
34
-
google()
35
-
maven {
36
-
// TODO add this only if interested in getting SNAPSHOT releases
4. Create a new Application.java class that should look like this. Add your app token, and change the invocation event from this class.
28
+
3. Open the exported project from Android Studio, and create a new Application.java class that should look like this. Add your app token, and change the invocation event from this class.
48
29
```
49
30
...
50
31
import android.app.Application;
@@ -60,7 +41,7 @@ For more info, visit Instabug for Unity on [Instabug.com](https://www.instabug.c
60
41
.build(); Instabug.setUnityEnabled(true);
61
42
} }
62
43
```
63
-
5. Add the Application class name to the AndroidManifest.xml file.
44
+
4. Add the Application class name to the AndroidManifest.xml file.
0 commit comments