Skip to content

Commit

Permalink
adds admob_gde_signals to User.ext (#156)
Browse files Browse the repository at this point in the history
updates dependencies
  • Loading branch information
renam authored Sep 10, 2024
1 parent a56520b commit 4f41000
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[versions]
android = "8.5.1"
android = "8.6.0"
android-buildtools = "34.0.0"
dokka = "1.9.10"
kotest = "5.8.0"
kotlin = "1.9.24"
serialization = { require = "[1.3.3, 2.0[", prefer = "1.6.2" }
kotlin = "2.0.20"
serialization = { require = "[1.3.3, 2.0[", prefer = "1.7.2" }

[plugins]
android = { id = "com.android.library", version.ref = "android" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ public class User(
@Serializable
public class Extension(
@JvmField @SerialName("consent") public var consent: String? = null,
@JvmField @SerialName("admob_gde_signals") public var admobGdeSignals: String? = null,
@JvmField @SerialName("facebook_buyeruid") public var facebook_buyeruid: String? = null,
@JvmField @SerialName("unity_buyeruid") public var unity_buyeruid: String? = null,
@JvmField @SerialName("vungle_buyeruid") public var vungle_buyeruid: String? = null,
Expand Down

0 comments on commit 4f41000

Please sign in to comment.