File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/java/com/facebook/ads/sdk Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 4
4
<groupId >com.facebook.business.sdk</groupId >
5
5
<artifactId >facebook-java-business-sdk</artifactId >
6
6
<packaging >jar</packaging >
7
- <version >23.0.1 </version >
7
+ <version >23.0.2 </version >
8
8
<name >${project.groupId} :${project.artifactId} </name >
9
9
<description >Facebook Business Solutions SDK for Java</description >
10
10
<url >https://developers.facebook.com/docs/marketing-api/sdks</url >
Original file line number Diff line number Diff line change @@ -27,5 +27,5 @@ public class APIConfig {
27
27
public static final String DEFAULT_API_VERSION = "v23.0" ;
28
28
public static final String DEFAULT_API_BASE = "https://graph.facebook.com" ;
29
29
public static final String DEFAULT_VIDEO_API_BASE = "https://graph-video.facebook.com" ;
30
- public static final String USER_AGENT = "fbbizsdk-java-v23.0.1 " ;
30
+ public static final String USER_AGENT = "fbbizsdk-java-v23.0.2 " ;
31
31
};
You can’t perform that action at this time.
0 commit comments