Rebranded the app

Modified the app packages, name and version and changed the compile SDK version to 29.
This commit is contained in:
luca0N! 2021-03-03 00:28:55 -03:00
parent bf2ab65870
commit 3ce4cd4a6c
Signed by: luca0N
GPG key ID: 2E7B4655CF16D7D6
61 changed files with 2088 additions and 99 deletions

View file

@ -0,0 +1,4 @@
package com.luca0n.pluck.exceptions;
public class NoTriviaResultsException extends Exception {
}