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
Welcome to the Unity Ads 3 Android release repository.
4
+
### Execute unit tests
4
5
5
-
## Binaries
6
+
1. Connect Android device or simulator
7
+
1.`make test`
8
+
1. Coverage report available at `lib/build/reports/coverage/debug/index.html`
6
9
7
-
Binaries can be found from the [releases tab](https://github.com/Unity-Technologies/unity-ads-android/releases).
10
+
### Build example application
8
11
9
-
## Integration Guide
12
+
1.`./gradlew assemble`
13
+
1. Find example app in the `app/build/outputs/apk/` subfolder
10
14
11
-
Integration guide can be found [here](https://github.com/Unity-Technologies/unity-ads-android/wiki/sdk_android_integration_guide). There is [integration tutorial video](https://www.youtube.com/watch?v=MNdJ0KWlYPw) on YouTube.
15
+
### Releasing
12
16
13
-
## API Reference
17
+
Step 1. Make a staged commit by removing ./publish_to_public.sh from the end of .travis.yml
14
18
15
-
API Reference can be found [here](https://github.com/Unity-Technologies/unity-ads-android/wiki/sdk_android_api_reference)
19
+
Step 2. Tag the release, push tag to internal repository, Travis will automatically publish a release in internal repository under the releases tab
16
20
17
-
## Transition guide from Unity Ads 1.5
21
+
Step 3. Final testing with QA
18
22
19
-
Transition guide from Unity Ads 1.5 can be found [here](https://github.com/Unity-Technologies/unity-ads-android/wiki/sdk_android_transition_guide)
23
+
Step 4. Add ./publish_to_public.sh back to .travis.yml, re-tag the release and push tag
24
+
25
+
#### Updating staged binaries
26
+
27
+
If issues are found during testing or other changes need to be made before pushing the release to public repository, you need to update the staged binaries.
28
+
29
+
Step 1. Delete the release from internal repository
0 commit comments