File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff 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 "
6262viewpager2 = " 1.1.0"
6363webkit = " 1.14.0" # Newer versions require minSdk >= 23
6464work = " 2.10.5" # Newer versions require minSdk >= 23
You can’t perform that action at this time.
0 commit comments