Skip to content

Commit 148b8f9

Browse files
author
Alain Knaff
committed
Releasing 0.2.4
1 parent ff0657d commit 148b8f9

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ android {
1616
// of minor, and 2 digits of 3rd part. As major is still 0, and
1717
// as no leading zeroes are represented, 200 is what we get for
1818
// 0.2
19-
versionCode = 203
20-
versionName = "0.2.3"
19+
versionCode = 204
20+
versionName = "0.2.4"
2121
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2222
}
2323
buildTypes {

metadata/en-US/changelogs/204.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- Optimize F-Droid Metadata
2+
- Declare AUTHORITY variable in strings.xml, so that it can be used in AndoidManifest.xml too (if it ever needs to change again)

0 commit comments

Comments
 (0)