-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #24 from teogor/update/dependencies-version
Update Dependencies and Refactor Codebase for Improved Maintainability
- Loading branch information
Showing
159 changed files
with
961 additions
and
382 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -62,3 +62,6 @@ google-services.json | |
freeline.py | ||
freeline/ | ||
freeline_project_description.json | ||
|
||
# Kotlin | ||
.kotlin/ |
116 changes: 0 additions & 116 deletions
116
.winds/resources/bom/1.0.0-alpha01/dependencies-1.0.0-alpha01.json
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
app/src/main/kotlin/dev/teogor/drifter/common/StatusBarHeightPlugin.kt
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
public final class dev/teogor/drifter/core/Serializable { | ||
public fun <init> (Lkotlin/jvm/functions/Function1;Lkotlin/jvm/functions/Function1;)V | ||
} | ||
|
||
public class dev/teogor/drifter/core/UnityMessageSender { | ||
public fun <init> (Ljava/lang/String;)V | ||
public final fun sendMessage (Ljava/lang/String;Lorg/json/JSONObject;)V | ||
} | ||
|
||
public class dev/teogor/drifter/core/UnityPlayerPrefs { | ||
public fun <init> ()V | ||
protected fun get (Ljava/lang/String;Ljava/lang/Object;Ldev/teogor/drifter/core/Serializable;)Ljava/lang/Object; | ||
public static synthetic fun get$default (Ldev/teogor/drifter/core/UnityPlayerPrefs;Ljava/lang/String;Ljava/lang/Object;Ldev/teogor/drifter/core/Serializable;ILjava/lang/Object;)Ljava/lang/Object; | ||
protected fun set (Ljava/lang/String;Ljava/lang/Object;Ldev/teogor/drifter/core/Serializable;)Ljava/lang/Object; | ||
public static synthetic fun set$default (Ldev/teogor/drifter/core/UnityPlayerPrefs;Ljava/lang/String;Ljava/lang/Object;Ldev/teogor/drifter/core/Serializable;ILjava/lang/Object;)Ljava/lang/Object; | ||
} | ||
|
||
public abstract interface annotation class dev/teogor/drifter/core/UnityPrefAccess : java/lang/annotation/Annotation { | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
Oops, something went wrong.