From 5d1260bc987f8cb84c30aca21070dc4f03a7e456 Mon Sep 17 00:00:00 2001 From: free will <2647778488@qq.com> Date: Tue, 27 Jul 2021 19:36:56 +0800 Subject: [PATCH] init project --- .gitignore | 5 +++++ pom.xml | 25 +++++++++++++++++++++++++ 2 files changed, 30 insertions(+) create mode 100644 .gitignore create mode 100644 pom.xml diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0767376 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +.idea/ +.git/ +out/ +target +log/ \ No newline at end of file diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..c84fe56 --- /dev/null +++ b/pom.xml @@ -0,0 +1,25 @@ + + + 4.0.0 + + org.example + GMAndroid + 1.0-SNAPSHOT + + + 8 + 8 + + + + + + com.madgag.spongycastle + core + 1.58.0.0 + + + + \ No newline at end of file