We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff0657d commit 148b8f9Copy full SHA for 148b8f9
2 files changed
app/build.gradle
@@ -16,8 +16,8 @@ android {
16
// of minor, and 2 digits of 3rd part. As major is still 0, and
17
// as no leading zeroes are represented, 200 is what we get for
18
// 0.2
19
- versionCode = 203
20
- versionName = "0.2.3"
+ versionCode = 204
+ versionName = "0.2.4"
21
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
22
}
23
buildTypes {
metadata/en-US/changelogs/204.txt
@@ -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