Skip to content

Commit 6daa5eb

Browse files
committed
Add backend URL to secrets.defaults.properties for API integration
1 parent 14b5a19 commit 6daa5eb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ android {
3535
// ... Application Version ...
3636
val majorUpdateVersion = 1
3737
val minorUpdateVersion = 2
38-
val patchVersion = 2
38+
val patchVersion = 3
3939

4040
val mVersionCode = majorUpdateVersion.times(10_000)
4141
.plus(minorUpdateVersion.times(100))

secrets.defaults.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
BACKEND_URL="https://jsonplaceholder.typicode.com"
12
GOOGLE_WEB_CLIENT_ID="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx.apps.googleusercontent.com"

0 commit comments

Comments
 (0)