We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9203f4 commit d47bbddCopy full SHA for d47bbdd
samples/getting-started/app/build.gradle
@@ -23,7 +23,7 @@ dependencies {
23
// This dependency is used by the application.
24
implementation 'com.google.guava:guava:33.3.1-jre'
25
26
- implementation 'net.accelbyte.sdk:sdk:0.72.0'
+ implementation 'net.accelbyte.sdk:sdk:0.71.0'
27
}
28
29
application {
src/main/java/net/accelbyte/sdk/core/SDKInfo.java
@@ -14,7 +14,7 @@ public class SDKInfo {
14
private static final SDKInfo instance = new SDKInfo();
15
16
private String sdkName = "AccelByteJavaSDK";
17
- private String sdkVersion = "0.73.0";
+ private String sdkVersion = "0.72.0";
18
19
private SDKInfo() {}
20
0 commit comments