change app-id of pCloud because the previous app couldn't be modified anymore (https://github.com/PhilippC/keepass2android/pull/2388#issuecomment-1799771771) but is not compatible with the latest sdk version
This commit is contained in:
		| @@ -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) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Philipp Crocoll
					Philipp Crocoll