Skip to content

Commit 79767f9

Browse files
committed
Merge branch 'master' into dev
2 parents d5f941f + 21b37b5 commit 79767f9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ configure<ApplicationExtension> {
4444
minSdk = 21
4545
targetSdk = 35
4646

47-
versionCode = System.getProperty("versionCodeOverride")?.toInt() ?: 1008
47+
versionCode = System.getProperty("versionCodeOverride")?.toInt() ?: 1009
4848

49-
versionName = "0.28.3"
49+
versionName = "0.28.4"
5050
System.getProperty("versionNameSuffix")?.let { versionNameSuffix = it }
5151

5252
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ teamnewpipe-nanojson = "e9d656ddb49a412a5a0a5d5ef20ca7ef09549996"
5858
# the corresponding commit hash, since JitPack sometimes deletes artifacts.
5959
# If there’s already a git hash, just add more of it to the end (or remove a letter)
6060
# to cause jitpack to regenerate the artifact.
61-
teamnewpipe-newpipe-extractor = "824486dfdf4e9ba0fbe820bc2938f9101ae739a6"
61+
teamnewpipe-newpipe-extractor = "v0.26.0"
6262
viewpager2 = "1.1.0"
6363
webkit = "1.14.0" # Newer versions require minSdk >= 23
6464
work = "2.10.5" # Newer versions require minSdk >= 23

0 commit comments

Comments
 (0)