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 14b5a19 commit 6daa5ebCopy full SHA for 6daa5eb
app/build.gradle.kts
@@ -35,7 +35,7 @@ android {
35
// ... Application Version ...
36
val majorUpdateVersion = 1
37
val minorUpdateVersion = 2
38
- val patchVersion = 2
+ val patchVersion = 3
39
40
val mVersionCode = majorUpdateVersion.times(10_000)
41
.plus(minorUpdateVersion.times(100))
secrets.defaults.properties
@@ -1 +1,2 @@
1
+BACKEND_URL="https://jsonplaceholder.typicode.com"
2
GOOGLE_WEB_CLIENT_ID="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx.apps.googleusercontent.com"
0 commit comments