Skip to content

Commit ab8ef6d

Browse files
authored
Merge pull request #809 from QuickBlox/android-ui-kit-sample
1.0.0-ui-kit
2 parents 18b5531 + 8fa6842 commit ab8ef6d

Some content is hidden

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

51 files changed

+1639
-0
lines changed

android-ui-kit-sample/.gitignore

+15
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

android-ui-kit-sample/.idea/.gitignore

+3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

android-ui-kit-sample/.idea/androidTestResultsUserPreferences.xml

+135
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

android-ui-kit-sample/.idea/compiler.xml

+6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

android-ui-kit-sample/.idea/copyright/QuickBLox.xml

+6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

android-ui-kit-sample/.idea/copyright/profiles_settings.xml

+7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

android-ui-kit-sample/.idea/gradle.xml

+20
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

android-ui-kit-sample/.idea/jarRepositories.xml

+30
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

android-ui-kit-sample/.idea/misc.xml

+22
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

android-ui-kit-sample/.idea/vcs.xml

+6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)