Skip to content

Commit

Permalink
Update to latest 17.X SDKs
Browse files Browse the repository at this point in the history
  • Loading branch information
khmMouna committed Jun 18, 2024
1 parent ea82098 commit a3d3e88
Show file tree
Hide file tree
Showing 7 changed files with 31 additions and 31 deletions.
2 changes: 1 addition & 1 deletion Cartfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
github "urbanairship/ios-library" == 17.10.0
github "urbanairship/ios-library" == 17.10.1
12 changes: 6 additions & 6 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
<!-- Versions -->
<PropertyGroup>
<!-- Airship native SDK versions -->
<AirshipAndroidVersion>17.7.4</AirshipAndroidVersion>
<AirshipAndroidNugetVersion>17.7.4</AirshipAndroidNugetVersion>
<AirshipAndroidVersion>17.8.1</AirshipAndroidVersion>
<AirshipAndroidNugetVersion>17.8.1</AirshipAndroidNugetVersion>

<AirshipIosVersion>17.10.0</AirshipIosVersion>
<AirshipIosNugetVersion>17.10.0</AirshipIosNugetVersion>
<AirshipIosVersion>17.10.1</AirshipIosVersion>
<AirshipIosNugetVersion>17.10.1</AirshipIosNugetVersion>

<!-- Airship.Net version -->
<AirshipCrossPlatformVersion>19.3.0</AirshipCrossPlatformVersion>
<AirshipCrossPlatformNugetVersion>19.3.0</AirshipCrossPlatformNugetVersion>
<AirshipCrossPlatformVersion>19.4.0</AirshipCrossPlatformVersion>
<AirshipCrossPlatformNugetVersion>19.4.0</AirshipCrossPlatformNugetVersion>
</PropertyGroup>

<!-- Nuget packaging metadata -->
Expand Down
6 changes: 3 additions & 3 deletions airship.properties
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Airship native SDK versions
iosVersion = 17.10.0
androidVersion = 17.7.4
iosVersion = 17.10.1
androidVersion = 17.8.1

# Airship.Net cross-platform version
crossPlatformVersion = 19.3.0
crossPlatformVersion = 19.4.0

# Filename of the iOS SDK zip file
iosFrameworkZip = Airship.zip
Expand Down
36 changes: 18 additions & 18 deletions binderator/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,72 +17,72 @@
{
"groupId": "com.urbanairship.android",
"artifactId": "urbanairship-adm",
"version": "17.7.4",
"nugetVersion": "17.7.4",
"version": "17.8.1",
"nugetVersion": "17.8.1",
"nugetId": "Airship.Net.Android.Adm",
"dependencyOnly": false
},
{
"groupId": "com.urbanairship.android",
"artifactId": "urbanairship-automation",
"version": "17.7.4",
"nugetVersion": "17.7.4",
"version": "17.8.1",
"nugetVersion": "17.8.1",
"nugetId": "Airship.Net.Android.Automation",
"dependencyOnly": false
},
{
"groupId": "com.urbanairship.android",
"artifactId": "urbanairship-core",
"version": "17.7.4",
"nugetVersion": "17.7.4",
"version": "17.8.1",
"nugetVersion": "17.8.1",
"nugetId": "Airship.Net.Android.Core",
"dependencyOnly": false
},
{
"groupId": "com.urbanairship.android",
"artifactId": "urbanairship-fcm",
"version": "17.7.4",
"nugetVersion": "17.7.4",
"version": "17.8.1",
"nugetVersion": "17.8.1",
"nugetId": "Airship.Net.Android.Fcm",
"dependencyOnly": false
},
{
"groupId": "com.urbanairship.android",
"artifactId": "urbanairship-feature-flag",
"version": "17.7.4",
"nugetVersion": "17.7.4",
"version": "17.8.1",
"nugetVersion": "17.8.1",
"nugetId": "Airship.Net.Android.FeatureFlag",
"dependencyOnly": false
},
{
"groupId": "com.urbanairship.android",
"artifactId": "urbanairship-layout",
"version": "17.7.4",
"nugetVersion": "17.7.4",
"version": "17.8.1",
"nugetVersion": "17.8.1",
"nugetId": "Airship.Net.Android.Layout",
"dependencyOnly": false
},
{
"groupId": "com.urbanairship.android",
"artifactId": "urbanairship-live-update",
"version": "17.7.4",
"nugetVersion": "17.7.4",
"version": "17.8.1",
"nugetVersion": "17.8.1",
"nugetId": "Airship.Net.Android.LiveUpdate",
"dependencyOnly": false
},
{
"groupId": "com.urbanairship.android",
"artifactId": "urbanairship-message-center",
"version": "17.7.4",
"nugetVersion": "17.7.4",
"version": "17.8.1",
"nugetVersion": "17.8.1",
"nugetId": "Airship.Net.Android.MessageCenter",
"dependencyOnly": false
},
{
"groupId": "com.urbanairship.android",
"artifactId": "urbanairship-preference-center",
"version": "17.7.4",
"nugetVersion": "17.7.4",
"version": "17.8.1",
"nugetVersion": "17.8.1",
"nugetId": "Airship.Net.Android.PreferenceCenter",
"dependencyOnly": false
},
Expand Down
2 changes: 1 addition & 1 deletion src/SharedAssemblyInfo.Common.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
// Change them to the values specific to your project.

// Cross-platform version of the plugin
[assembly: UACrossPlatformVersion ("19.3.0")]
[assembly: UACrossPlatformVersion ("19.4.0")]
2 changes: 1 addition & 1 deletion src/SharedAssemblyInfo.CrossPlatform.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
// and "{Major}.{Minor}.{Build}.*" will update just the revision.

[assembly: AssemblyVersion ("19.3.0")]
[assembly: AssemblyVersion ("19.4.0")]

2 changes: 1 addition & 1 deletion src/SharedAssemblyInfo.iOS.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
// and "{Major}.{Minor}.{Build}.*" will update just the revision.

[assembly: AssemblyVersion ("19.3.0")]
[assembly: AssemblyVersion ("19.4.0")]

0 comments on commit a3d3e88

Please sign in to comment.