diff --git a/git.commid.WIP.info.txt b/git.commid.WIP.info.txt new file mode 100644 index 0000000..892b53f --- /dev/null +++ b/git.commid.WIP.info.txt @@ -0,0 +1,32 @@ +[alex@thinkbox android-app-docker]$ git status +On branch master +Changes to be committed: + (use "git restore --staged ..." to unstage) + renamed: apk/src/com/example/hellojni/HelloJNI.java -> apk/src/de/alexmahr/app1/HelloJNI.java + +Changes not staged for commit: + (use "git add/rm ..." to update what will be committed) + (use "git restore ..." to discard changes in working directory) + modified: apk/AndroidManifest.xml + modified: apk/Makefile + modified: apk/res/layout/main.xml + modified: apk/res/values/strings.xml + deleted: apk/src/com/example/hellojni/R.java + deleted: apk/src/de/alexmahr/app1/HelloJNI.java + +Untracked files: + (use "git add ..." to include in what will be committed) + apk/CMakeLists.txt + apk/build.prop + apk/jni/ + apk/kotlin-compiler-1.9.0.zip + apk/kotlin-native-linux-x86_64-1.9.0.tar.gz + apk/kotlinc/ + apk/src/de/alexmahr/app1/App1.java + apk/src/de/alexmahr/app1/App1.kt + apk/src/de/alexmahr/app1/App1.kt.back + apk/src/de/alexmahr/app1/R.java + apk/src/main + apk/src/main.c + docker-compose-build.log +