From faaa713e2bc535efae7f78cbadd87be635902fa4 Mon Sep 17 00:00:00 2001 From: Vaibhav Malaviya Date: Tue, 18 Jan 2022 10:31:23 -0600 Subject: [PATCH] Create README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..d6e35e1 --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +# Open +Implementation of Adblib of [@tananaev](https://github.com/tananaev/adblib) & [@cgutman](https://github.com/cgutman/AdbLib) +and also uses Apache binary + +if you study it currently you will be able to use adblib easily +also fortunately i tried using Base64 class of java.util and android.util both does not work so i had to use Apache which was in cgutman's [AdblibTest](https://github.com/cgutman/AdbLibTest) example and it works