Skip to content

Commit

Permalink
Update AS and code format.
Browse files Browse the repository at this point in the history
  • Loading branch information
scottcgi committed Mar 10, 2020
1 parent 37a0ecb commit bd51af8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Engine/Toolkit/Utils/Json.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

/**
* If the JsonValue is JsonType_Array, then free each items and do recursively.
* if the JsonValue is JsonType_Object, then free each K-V and do recursively.
* if the JsonValue is JsonType_Object, then free each k-v and do recursively.
*/
static void Destroy(JsonValue* value)
{
Expand Down
2 changes: 1 addition & 1 deletion Samples/SuperLittleRed/Android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.5.3'
classpath 'com.android.tools.build:gradle:3.6.1'
// NOTE: Do not place your application dependencies here; they belong
}

Expand Down

0 comments on commit bd51af8

Please sign in to comment.