From 68cbe56e9dbed86c6f31349b49f8dfde4f9f94bf Mon Sep 17 00:00:00 2001 From: nganhkhoa Date: Thu, 25 Jan 2024 15:15:50 +0700 Subject: [PATCH] commit to push, too long so forget --- .idea/compiler.xml | 2 +- .idea/gradle.xml | 1 + .idea/kotlinc.xml | 6 ++++ .idea/misc.xml | 17 +++++---- app/src/main/AndroidManifest.xml | 3 ++ app/src/main/cpp/api.cpp | 29 +++++++++++++++ app/src/main/cpp/api.h | 2 ++ app/src/main/cpp/des.cpp | 4 +++ app/src/main/cpp/native-lib.cpp | 32 +++++++++-------- .../java/com/bshield/cccc/MainActivity.kt | 35 +++++++++++-------- app/src/main/res/xml/tech_list.xml | 21 +++++++++++ 11 files changed, 112 insertions(+), 40 deletions(-) create mode 100644 .idea/kotlinc.xml create mode 100644 app/src/main/res/xml/tech_list.xml diff --git a/.idea/compiler.xml b/.idea/compiler.xml index 7d7ec2e..8fabff5 100644 --- a/.idea/compiler.xml +++ b/.idea/compiler.xml @@ -1,6 +1,6 @@ - + \ No newline at end of file diff --git a/.idea/gradle.xml b/.idea/gradle.xml index 00d25f9..da919dc 100644 --- a/.idea/gradle.xml +++ b/.idea/gradle.xml @@ -7,6 +7,7 @@