File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
src/main/java/com/twitter/clientlib Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ Add this dependency to your project's POM:
60
60
<dependency >
61
61
<groupId >com.twitter</groupId >
62
62
<artifactId >twitter-api-java-sdk</artifactId >
63
- <version >1.2.3 </version >
63
+ <version >1.2.4 </version >
64
64
</dependency >
65
65
```
66
66
@@ -75,7 +75,7 @@ mavenLocal() // Needed if the 'twitter-api-java-sdk' jar has been publishe
75
75
}
76
76
77
77
dependencies {
78
- implementation "com.twitter:twitter-api-java-sdk:1.2.3 "
78
+ implementation "com.twitter:twitter-api-java-sdk:1.2.4 "
79
79
}
80
80
```
81
81
@@ -89,7 +89,7 @@ mvn clean package
89
89
90
90
Then manually install the following JARs:
91
91
92
- * ` target/twitter-api-java-sdk-1.2.3 .jar `
92
+ * ` target/twitter-api-java-sdk-1.2.4 .jar `
93
93
* ` target/lib/*.jar `
94
94
95
95
## Twitter Credentials
Original file line number Diff line number Diff line change 16
16
<dependency >
17
17
<groupId >com.twitter</groupId >
18
18
<artifactId >twitter-api-java-sdk</artifactId >
19
- <version >1.2.3 </version >
19
+ <version >1.2.4 </version >
20
20
<scope >compile</scope >
21
21
</dependency >
22
22
</dependencies >
Original file line number Diff line number Diff line change 5
5
<artifactId >twitter-api-java-sdk</artifactId >
6
6
<packaging >jar</packaging >
7
7
<name >twitter-api-java-sdk</name >
8
- <version >1.2.3 </version >
8
+ <version >1.2.4 </version >
9
9
<url >https://github.com/twitterdev/twitter-api-java-sdk</url >
10
10
<description >Twitter API v2 available endpoints</description >
11
11
<scm >
Original file line number Diff line number Diff line change @@ -225,7 +225,7 @@ private void init() {
225
225
json = new JSON ();
226
226
227
227
// Set default User-Agent.
228
- setUserAgent ("twitter-api-java-sdk/1.2.3 " );
228
+ setUserAgent ("twitter-api-java-sdk/1.2.4 " );
229
229
230
230
authentications = new HashMap <String , Authentication >();
231
231
}
You can’t perform that action at this time.
0 commit comments