Skip to content
This repository was archived by the owner on May 4, 2023. It is now read-only.

Commit cdc4bcd

Browse files
We're gonna be nice and include default client keys
Note they're pretty heavily rate limited but #betterthannothing Signed-off-by: androidacy-user <opensource@androidacy.com>
1 parent 9f8703d commit cdc4bcd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ android {
6464
if (project.rootProject.file('androidacy.properties').exists()) {
6565
properties.load(project.rootProject.file('androidacy.properties').newDataInputStream())
6666
} else {
67-
properties.setProperty('client_id', '5KYccdYxWB2RxMq5FTbkWisXi2dS6yFN9R7RVlFCG98FRdz6Mf5ojY2fyJCUlXJZ')
67+
properties.setProperty('client_id', '"5KYccdYxWB2RxMq5FTbkWisXi2dS6yFN9R7RVlFCG98FRdz6Mf5ojY2fyJCUlXJZ"')
6868
}
6969
buildConfigField("String", "ANDROIDACY_CLIENT_ID", properties.getProperty('client_id'))
7070
// If client ID is empty, disable androidacy
@@ -104,7 +104,7 @@ android {
104104
if (project.rootProject.file('androidacy.properties').exists()) {
105105
properties.load(project.rootProject.file('androidacy.properties').newDataInputStream())
106106
} else {
107-
properties.setProperty('client_id', 'dQ1p7X8bF14PVJ7wAU6ORVjPB2IeTinsuAZ8Uos6tQiyUdUyIjSyZSmN54QBbaTy')
107+
properties.setProperty('client_id', '"dQ1p7X8bF14PVJ7wAU6ORVjPB2IeTinsuAZ8Uos6tQiyUdUyIjSyZSmN54QBbaTy"')
108108
}
109109
buildConfigField("String", "ANDROIDACY_CLIENT_ID", properties.getProperty('client_id'))
110110
}

0 commit comments

Comments
 (0)