Skip to content

Commit

Permalink
Release Unity SDK version 17.0.2
Browse files Browse the repository at this point in the history
Summary: Release Unity SDK version 17.0.2 for Appsflyer MIR issue.

Reviewed By: KylinChang

Differential Revision: D56913775

fbshipit-source-id: d5f176dcdf714b7267678ae15f1317c1150ee0f5
  • Loading branch information
jjiang10 authored and facebook-github-bot committed May 3, 2024
1 parent ee8c2f0 commit d0f1a04
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
using System.Reflection;
using System.Runtime.CompilerServices;

[assembly: AssemblyVersion("17.0.1")]
[assembly: AssemblyVersion("17.0.2")]
2 changes: 1 addition & 1 deletion Facebook.Unity.Android/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
using System.Reflection;
using System.Runtime.CompilerServices;

[assembly: AssemblyVersion("17.0.1")]
[assembly: AssemblyVersion("17.0.2")]
2 changes: 1 addition & 1 deletion Facebook.Unity.Canvas/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
using System.Reflection;
using System.Runtime.CompilerServices;

[assembly: AssemblyVersion("17.0.1")]
[assembly: AssemblyVersion("17.0.2")]
2 changes: 1 addition & 1 deletion Facebook.Unity.Editor/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
using System.Reflection;
using System.Runtime.CompilerServices;

[assembly: AssemblyVersion("17.0.1")]
[assembly: AssemblyVersion("17.0.2")]
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
using System.Reflection;
using System.Runtime.CompilerServices;

[assembly: AssemblyVersion("17.0.1")]
[assembly: AssemblyVersion("17.0.2")]
2 changes: 1 addition & 1 deletion Facebook.Unity.IOS/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
using System.Reflection;
using System.Runtime.CompilerServices;

[assembly: AssemblyVersion("17.0.1")]
[assembly: AssemblyVersion("17.0.2")]
2 changes: 1 addition & 1 deletion Facebook.Unity.Settings/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
using System.Reflection;
using System.Runtime.CompilerServices;

[assembly: AssemblyVersion("17.0.1")]
[assembly: AssemblyVersion("17.0.2")]
2 changes: 1 addition & 1 deletion Facebook.Unity.Tests/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
using System.Reflection;
using System.Runtime.CompilerServices;

[assembly: AssemblyVersion("17.0.1")]
[assembly: AssemblyVersion("17.0.2")]
2 changes: 1 addition & 1 deletion Facebook.Unity.Windows/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
using System.Reflection;
using System.Runtime.CompilerServices;

[assembly: AssemblyVersion("17.0.1")]
[assembly: AssemblyVersion("17.0.2")]
2 changes: 1 addition & 1 deletion Facebook.Unity/FacebookSdkVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public static string Build
{
get
{
return "17.0.1";
return "17.0.2";
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion Facebook.Unity/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
using System.Reflection;
using System.Runtime.CompilerServices;

[assembly: AssemblyVersion("17.0.1")]
[assembly: AssemblyVersion("17.0.2")]
[assembly: InternalsVisibleTo("Assembly-CSharp")]
[assembly: InternalsVisibleTo("Facebook.Unity.Android")]
[assembly: InternalsVisibleTo("Facebook.Unity.Canvas")]
Expand Down
2 changes: 1 addition & 1 deletion facebook-android-wrapper/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ buildscript {
}
}

def fbSdkVersion = project.hasProperty("sdkVersion") ? sdkVersion : '17.0.1'
def fbSdkVersion = project.hasProperty("sdkVersion") ? sdkVersion : '17.0.2'

repositories {
// use skycastle custom repo
Expand Down
2 changes: 1 addition & 1 deletion scripts/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

UNITY_SDK_BUILD_VERSION='17.0.1'
UNITY_SDK_BUILD_VERSION='17.0.2'

FB_ANDROID_SDK_VERSION='17.0.0'

Expand Down

0 comments on commit d0f1a04

Please sign in to comment.