Skip to content

Commit d7e4db7

Browse files
authored
1.10.2 - Merge pull request #9 from dutwrapper/draft
- Merge all class related to News into once. - Merge all class related to Utils into once. - SetPrintStackTrace in HttpClientWrapper has been moved to Variables class. - Updated Gradle to 8.9 and all dependencies to latest.
2 parents ce43cf5 + 1fd83ff commit d7e4db7

24 files changed

+549
-573
lines changed

.idea/.name

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/gradle.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/misc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/vcs.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
This file will list all version log for modified, add or remove function of dutwrapper.
44

5+
## 1.10.2
6+
- Merge all class related to News into once.
7+
- Merge all class related to Utils into once.
8+
- SetPrintStackTrace in HttpClientWrapper has been moved to `Variables` class.
9+
- Updated Gradle to 8.9 and all dependencies to latest.
10+
511
## 1.10.1
612
- [New] We're trying to sync properties serialize name between Java, Net, Python.
713
- [Changed] Updated dependencies to latest.
@@ -153,4 +159,4 @@ Inital commit with features:
153159

154160
- Get news general (Nhận thông báo chung).
155161
- Get news subjects (Nhận thông báo lớp học phần).
156-
- Sesion (Phiên, dùng để đăng nhập/đăng xuất/lấy thông tin tài khoản).
162+
- Sesion (Phiên, dùng để đăng nhập/đăng xuất/lấy thông tin tài khoản).

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
}
44

55
group 'io.dutwrapper.dutwrapper'
6-
version '1.10.1'
6+
version '1.10.2'
77

88
repositories {
99
mavenCentral()
@@ -25,7 +25,7 @@ dependencies {
2525
implementation 'com.google.guava:guava:33.2.1-jre'
2626

2727
// JSoup - https://mvnrepository.com/artifact/org.jsoup/jsoup
28-
implementation 'org.jsoup:jsoup:1.17.2'
28+
implementation 'org.jsoup:jsoup:1.18.1'
2929

3030
// OkHttp3 - https://mvnrepository.com/artifact/com.squareup.okhttp3/okhttp
3131
implementation 'com.squareup.okhttp3:okhttp:5.0.0-alpha.14'
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)