Skip to content

Commit

Permalink
Bump version for java SDK to 20.0.2
Browse files Browse the repository at this point in the history
Summary: [BizSDK] Bump version for java SDK to 20.0.2

Reviewed By: stcheng

Differential Revision: D61733091

fbshipit-source-id: 16ac6c12ff568d4eb238600603b1f2ce50f51628
  • Loading branch information
Li Li (AXP) authored and facebook-github-bot committed Aug 23, 2024
1 parent e1393f9 commit dea37a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.facebook.business.sdk</groupId>
<artifactId>facebook-java-business-sdk</artifactId>
<packaging>jar</packaging>
<version>20.0.1</version>
<version>20.0.2</version>
<name>${project.groupId}:${project.artifactId}</name>
<description>Facebook Business Solutions SDK for Java</description>
<url>https://developers.facebook.com/docs/marketing-api/sdks</url>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/facebook/ads/sdk/APIConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ public class APIConfig {
public static final String DEFAULT_API_VERSION = "v20.0";
public static final String DEFAULT_API_BASE = "https://graph.facebook.com";
public static final String DEFAULT_VIDEO_API_BASE = "https://graph-video.facebook.com";
public static final String USER_AGENT = "fbbizsdk-java-v20.0.1";
public static final String USER_AGENT = "fbbizsdk-java-v20.0.2";
};

0 comments on commit dea37a1

Please sign in to comment.