Skip to content

Commit

Permalink
change app-id of pCloud because the previous app couldn't be modified…
Browse files Browse the repository at this point in the history
… anymore (#2388 (comment)) but is not compatible with the latest sdk version
  • Loading branch information
Philipp Crocoll committed Nov 21, 2023
1 parent b18515d commit d761f07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Kp2aBusinessLogic/Io/PCloudFileStorage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ namespace keepass2android.Io
{
public class PCloudFileStorage: JavaFileStorage
{
private const string ClientId = "CkRWTQXY6Lm";
private const string ClientId = "yCeH59Ffgtm";

public PCloudFileStorage(Context ctx, IKp2aApp app) :
base(new Keepass2android.Javafilestorage.PCloudFileStorage(ctx, ClientId, "pcloud", ""), app)
Expand Down

0 comments on commit d761f07

Please sign in to comment.