Skip to content

Commit 789a625

Browse files
committed
update gradle and dependencies
1 parent e549076 commit 789a625

File tree

3 files changed

+12
-7
lines changed

3 files changed

+12
-7
lines changed

app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ android {
1818
applicationId = "com.maxwai.nclientv3"
1919
// Format: MmPPbb
2020
// M: Major, m: minor, P: Patch, b: build
21-
versionCode = 410400
21+
versionCode = 410500
2222
multiDexEnabled = true
23-
versionName = "4.1.4"
23+
versionName = "4.1.5"
2424
vectorDrawables.useSupportLibrary = true
2525
proguardFiles 'proguard-rules.pro'
2626
}
@@ -117,7 +117,7 @@ dependencies {
117117
// Used to store the cookies between runs
118118
implementation 'com.github.franmontiel:PersistentCookieJar:v1.0.1'
119119
// To parse HTML
120-
implementation 'org.jsoup:jsoup:1.21.2'
120+
implementation 'org.jsoup:jsoup:1.22.1'
121121
// color picker
122122
implementation 'com.github.yukuku:ambilwarna:2.0.1'
123123
// fast scroll

build.gradle

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ buildscript {
44
repositories {
55
google()
66
mavenCentral()
7-
maven { url 'https://jitpack.io' }
7+
maven {
8+
url = 'https://jitpack.io'
9+
}
810
}
911
dependencies {
1012
classpath 'com.android.tools.build:gradle:8.13.2'
@@ -18,7 +20,9 @@ allprojects {
1820
repositories {
1921
google()
2022
mavenCentral()
21-
maven { url "https://jitpack.io" }
23+
maven {
24+
url = "https://jitpack.io"
25+
}
2226
}
2327
gradle.projectsEvaluated {
2428
tasks.withType(JavaCompile).tap {

gradle/wrapper/gradle-wrapper.properties

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1+
#Wed Jan 07 13:03:37 CET 2026
12
distributionBase=GRADLE_USER_HOME
23
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip
4+
distributionSha256Sum=72f44c9f8ebcb1af43838f45ee5c4aa9c5444898b3468ab3f4af7b6076c5bc3f
5+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.2.1-bin.zip
46
networkTimeout=10000
57
validateDistributionUrl=true
68
zipStoreBase=GRADLE_USER_HOME
79
zipStorePath=wrapper/dists
8-
distributionSha256Sum=20f1b1176237254a6fc204d8434196fa11a4cfb387567519c61556e8710aed78

0 commit comments

Comments
 (0)