Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit fe6f00d

Browse files
committedJun 8, 2022
Text: Add a new sample
Create the sample project with the first demo. Change-Id: Iaa4aa711bbff053851b9a569795e1a36193bd23e
1 parent dfff591 commit fe6f00d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+1289
-0
lines changed
 

‎Text/.gitignore

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
*.iml
2+
.gradle
3+
/local.properties
4+
/.idea/caches
5+
/.idea/libraries
6+
/.idea/modules.xml
7+
/.idea/workspace.xml
8+
/.idea/navEditor.xml
9+
/.idea/assetWizardSettings.xml
10+
.DS_Store
11+
/build
12+
/captures
13+
.externalNativeBuild
14+
.cxx
15+
local.properties

‎Text/app/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/build

0 commit comments

Comments
 (0)
Please sign in to comment.