We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 881b518 commit dd5fb8eCopy full SHA for dd5fb8e
app/build.gradle.kts
@@ -14,8 +14,8 @@ android {
14
applicationId = "net.youapps.calcyou"
15
minSdk = 21
16
targetSdk = 35
17
- versionCode = 6
18
- versionName = "3.1"
+ versionCode = 7
+ versionName = "4.0"
19
// TODO: update 'currentApiVersion' below before each release
20
21
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
@@ -58,7 +58,7 @@ android {
58
}
59
60
61
-val currencyApiVersion = "2025-09-23"
+val currencyApiVersion = "2026-02-18"
62
// update the list of currencies if it doesn't exist yet
63
tasks.register("updateCurrencies") {
64
val currenciesPath = File("app/src/main/res/raw/currencies.csv")
0 commit comments