This repository was archived by the owner on May 4, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments