Skip to content

Commit

Permalink
[feature][SDK-140] changed Android target SDK version
Browse files Browse the repository at this point in the history
  • Loading branch information
akidisdev committed Sep 28, 2023
1 parent 11c3864 commit 0a29569
Show file tree
Hide file tree
Showing 12 changed files with 1,483 additions and 20 deletions.
2 changes: 1 addition & 1 deletion PluginSource/Android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ allprojects {

ext {
global_minSdk = 16
global_targetSdk = 34
global_targetSdk = 33
global_buildToolsSdk = "27.0.1"
global_versionName = "6.1.9"
pushwoosh = "6.6.12"
Expand Down
1 change: 1 addition & 0 deletions PushwooshUnitySample/Assets/Resources/BillingMode.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"androidStore":"GooglePlay"}
16 changes: 16 additions & 0 deletions PushwooshUnitySample/Logs/Packages-Update.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@

=== Thu Sep 28 13:01:50 2023

Packages were changed.
Update Mode: updateDependencies

The following packages were updated:
com.unity.ads from version 3.7.5 to 4.4.2
com.unity.collab-proxy from version 1.15.7 to 2.0.7
com.unity.ide.rider from version 3.0.9 to 3.0.24
com.unity.ide.visualstudio from version 2.0.14 to 2.0.18
com.unity.ide.vscode from version 1.2.4 to 1.2.5
com.unity.purchasing from version 4.1.2 to 4.9.3
com.unity.test-framework from version 1.1.29 to 1.1.33
com.unity.timeline from version 1.6.3 to 1.6.5
com.unity.xr.legacyinputhelpers from version 2.1.8 to 2.1.10
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Base path: '/Applications/Unity/Hub/Editor/2021.3.30f1/Unity.app/Contents', plugins path '/Applications/Unity/Hub/Editor/2021.3.30f1/Unity.app/Contents/PlaybackEngines'
Cmd: initializeCompiler

18 changes: 9 additions & 9 deletions PushwooshUnitySample/Packages/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
"dependencies": {
"com.unity.2d.sprite": "1.0.0",
"com.unity.2d.tilemap": "1.0.0",
"com.unity.ads": "3.7.5",
"com.unity.ads": "4.4.2",
"com.unity.analytics": "3.6.12",
"com.unity.collab-proxy": "1.15.7",
"com.unity.ide.rider": "3.0.9",
"com.unity.ide.visualstudio": "2.0.14",
"com.unity.ide.vscode": "1.2.4",
"com.unity.purchasing": "4.1.2",
"com.unity.test-framework": "1.1.29",
"com.unity.collab-proxy": "2.0.7",
"com.unity.ide.rider": "3.0.24",
"com.unity.ide.visualstudio": "2.0.18",
"com.unity.ide.vscode": "1.2.5",
"com.unity.purchasing": "4.9.3",
"com.unity.test-framework": "1.1.33",
"com.unity.textmeshpro": "3.0.6",
"com.unity.timeline": "1.6.3",
"com.unity.timeline": "1.6.5",
"com.unity.ugui": "1.0.0",
"com.unity.xr.legacyinputhelpers": "2.1.8",
"com.unity.xr.legacyinputhelpers": "2.1.10",
"com.unity.modules.ai": "1.0.0",
"com.unity.modules.androidjni": "1.0.0",
"com.unity.modules.animation": "1.0.0",
Expand Down
Loading

0 comments on commit 0a29569

Please sign in to comment.