File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
java/com/bashan/godot/adjust Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4
4
<application >
5
5
6
6
<meta-data
7
- android : name =" org.godotengine.plugin.v1.godot-adjust "
7
+ android : name =" org.godotengine.plugin.v1.GodotAdjust "
8
8
android : value =" com.bashan.godot.adjust.GodotAdjust" />
9
9
10
10
<receiver
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ public GodotAdjust(Godot godot) {
29
29
}
30
30
31
31
public void init (final String appToken ) {
32
- Log .i (TAG , "Started initializing Godot-Adjust Singleton with App Token: " + appToken );
32
+ Log .i (TAG , "Started initializing GodotAdjust Singleton with App Token: " + appToken );
33
33
activity .runOnUiThread (new Runnable () {
34
34
@ Override
35
35
public void run () {
@@ -42,7 +42,7 @@ public void run() {
42
42
43
43
activity .getApplication ().registerActivityLifecycleCallbacks (new AdjustLifecycleCallbacks ());
44
44
45
- Log .i (TAG , "Finished initializing Godot-Adjust Singleton" );
45
+ Log .i (TAG , "Finished initializing GodotAdjust Singleton" );
46
46
}
47
47
});
48
48
}
@@ -82,7 +82,7 @@ public void onActivityDestroyed(Activity activity) {
82
82
@ NonNull
83
83
@ Override
84
84
public String getPluginName () {
85
- return "Godot-Adjust " ;
85
+ return "GodotAdjust " ;
86
86
}
87
87
88
88
@ NonNull
You can’t perform that action at this time.
0 commit comments