Skip to content

Commit f192da8

Browse files
authored
Merge branch 'main' into T383797
2 parents 2847bce + 541c520 commit f192da8

File tree

200 files changed

+4382
-2159
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

200 files changed

+4382
-2159
lines changed

.github/workflows/android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: Sleep for 30 seconds, to allow the tag to be deleted
4848
run: sleep 30s
4949
shell: bash
50-
- uses: ncipollo/release-action@v1.15.0
50+
- uses: ncipollo/release-action@v1.16.0
5151
name: Create new tag and release and upload artifacts
5252
with:
5353
name: latest

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ android {
3838
applicationId 'org.wikipedia'
3939
minSdk 21
4040
targetSdk 35
41-
versionCode 50523
41+
versionCode 50525
4242
testApplicationId 'org.wikipedia.test'
4343
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
4444
testInstrumentationRunnerArguments clearPackageData: 'true'

0 commit comments

Comments
 (0)