Skip to content

Commit e22827d

Browse files
committed
[demo-patch] refactor "app" project name to "demo".
1 parent 7148f4f commit e22827d

39 files changed

+45
-4
lines changed

.gitignore

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,9 @@ android/gen/
4848
out/
4949

5050
# Avoid ignoring Project Code Style Settings
51-
!/.idea/codeStyleSettings.xml
51+
!.idea/codeStyles/Project.xml
52+
!.idea/codeStyleSettings.xml
53+
!.idea/modules.xml
5254

5355
# Intellij IDEA (see https://intellij-support.jetbrains.com/entries/23393067)
5456
.idea/tasks.xml
@@ -107,7 +109,5 @@ $RECYCLE.BIN/
107109
# Windows shortcuts
108110
*.lnk
109111

110-
111112
## Custom
112-
113113
version.properties

.idea/codeStyles/Project.xml

Lines changed: 29 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/modules.xml

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.
File renamed without changes.

app/src/androidTest/java/com/chattylabs/demo/voice/ExampleInstrumentedTest.java renamed to demo/src/androidTest/java/com/chattylabs/demo/voice/ExampleInstrumentedTest.java

File renamed without changes.

app/src/main/java/com/chattylabs/demo/voice/BaseActivity.java renamed to demo/src/main/java/com/chattylabs/demo/voice/BaseActivity.java

File renamed without changes.

app/src/main/java/com/chattylabs/demo/voice/BuildFromJsonActivity.java renamed to demo/src/main/java/com/chattylabs/demo/voice/BuildFromJsonActivity.java

File renamed without changes.

0 commit comments

Comments
 (0)