Skip to content

Commit 4fbf015

Browse files
committed
cleaning the project
1 parent 87a523c commit 4fbf015

File tree

5 files changed

+3
-103
lines changed

5 files changed

+3
-103
lines changed

TestProjects/Main/.multitool

Lines changed: 0 additions & 5 deletions
This file was deleted.

TestProjects/Main/Assets/Scripts/AndroidTest.cs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -273,10 +273,11 @@ private void InstantiateAllTestButtons()
273273

274274
public void ChangeNotificationBatchSize(int[] notificationBatchSizes)
275275
{
276-
if ( CurrentNotificationBatchSizeIndex == notificationBatchSizes.Length-1)
276+
if (CurrentNotificationBatchSizeIndex == notificationBatchSizes.Length-1)
277277
{
278278
CurrentNotificationBatchSizeIndex = 0;
279-
} else
279+
}
280+
else
280281
{
281282
CurrentNotificationBatchSizeIndex++;
282283
}

TestProjects/Main/Packages/manifest.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"dependencies": {
3-
"com.unity.ide.visualstudio": "2.0.15",
43
"com.unity.mobile.notifications": "file:../../../com.unity.mobile.notifications",
54
"com.unity.test-framework": "1.1.31",
65
"com.unity.ugui": "1.0.0",

TestProjects/Main/Packages/packages-lock.json

Lines changed: 0 additions & 90 deletions
This file was deleted.

TestProjects/com.unity.mobile-notifications-sample/.multitool

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)