Skip to content

Commit 57cb898

Browse files
committed
chore: Downgrade AGP version to allow F-Droid builds again
1 parent b31ceb5 commit 57cb898

File tree

5 files changed

+3063
-2443
lines changed

5 files changed

+3063
-2443
lines changed

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ android {
1919
applicationId = "org.nsh07.wikireader"
2020
minSdk = 26
2121
targetSdk = 36
22-
versionCode = 48
23-
versionName = "2.5.0"
22+
versionCode = 49
23+
versionName = "2.5.1"
2424

2525
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2626
vectorDrawables {

0 commit comments

Comments
 (0)