Skip to content

Commit

Permalink
Release 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
runner authored and runner committed Nov 30, 2021
1 parent 524eeba commit 7ec146f
Show file tree
Hide file tree
Showing 158 changed files with 1,824 additions and 4,904 deletions.
3 changes: 0 additions & 3 deletions Gemfile

This file was deleted.

159 changes: 0 additions & 159 deletions Gemfile.lock

This file was deleted.

8 changes: 4 additions & 4 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Unity Advertisements © 2020 Unity Technologies SF
Your use of the Unity Technologies SF ("Unity') software known as "Unity Advertisements" is subject to the Unity Monetization Services Terms of Service linked to and copied immediately below.
[Unity Monetization Services TOS](https://unity3d.com/legal/monetization-services-terms-of-service)
Your use of the Unity Advertisements software constitutes your acceptance of such terms. Unless expressly provided otherwise, the software under this license is made available strictly on an "AS IS" BASIS WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED. Please review the license for details on these and other terms and conditions.
Unity Advertisements copyright © 2021 Unity Technologies.
This software is subject to, and made available under, the terms of service for Operate Solutions (see https://unity3d.com/legal/one-operate-services-terms-of-service), and is an "Operate Service" as defined therein.

Your use of the Services constitutes your acceptance of such terms. Unless expressly provided otherwise, the software under this license is made available strictly on an "AS IS" BASIS WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED. Please review the terms of service for details on these and other terms and conditions.
78 changes: 0 additions & 78 deletions Makefile

This file was deleted.

15 changes: 7 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
# Unity Ads 3 Android Release Repository
# Unity Ads Android Release Repository

Welcome to the Unity Ads 3 Android release repository.
Welcome to the Unity Ads Android SDK Repository.

## Binaries

Binaries can be found from the [releases tab](https://github.com/Unity-Technologies/unity-ads-android/releases).
Binaries can be found in the [releases tab](https://github.com/Unity-Technologies/unity-ads-android/releases).

## Integration Guide

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.
Integration guide can be found [here](https://unityads.unity3d.com/help/android/integration-guide-android).

## API Reference

API Reference can be found [here](https://github.com/Unity-Technologies/unity-ads-android/wiki/sdk_android_api_reference)
API Reference can be found [here](https://unityads.unity3d.com/help/android/api-android)

## Transition guide from Unity Ads 1.5

Transition guide from Unity Ads 1.5 can be found [here](https://github.com/Unity-Technologies/unity-ads-android/wiki/sdk_android_transition_guide)
## License
The license can be viewed [here](LICENSE)
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
applicationId "com.unity3d.ads.example"
minSdkVersion 19
targetSdkVersion 30
versionCode = 3750
versionName = "3.7.5"
versionCode = 4000
versionName = "4.0.0"
}

flavorDimensions "arEnabled"
Expand Down Expand Up @@ -36,4 +36,4 @@ dependencies {
arImplementation 'com.google.ar:core:1.4.0'
implementation 'androidx.transition:transition:1.4.1'
implementation project(':unity-ads')
}
}
Binary file added app/src/main/ic_launcher-playstore.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,7 @@ public SectionsPagerAdapter(Context context, FragmentManager fm) {
public Fragment getItem(int position) {
// getItem is called to instantiate the fragment for the given page.
// Return a UnityAdsFragment (defined as a static inner class below).
switch (position) {
case 0:
return UnityAdsFragment.newInstance(position);
default:
return UnityAdsFragment.newInstance(position);
}
return UnityAdsFragment.newInstance(position);
}

@Nullable
Expand Down
Loading

0 comments on commit 7ec146f

Please sign in to comment.