32 lines
1.2 KiB
Text
32 lines
1.2 KiB
Text
[alex@thinkbox android-app-docker]$ git status
|
|
On branch master
|
|
Changes to be committed:
|
|
(use "git restore --staged <file>..." 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 <file>..." to update what will be committed)
|
|
(use "git restore <file>..." 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 <file>..." 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
|
|
|