Commit 24b7738
Bruno Oliveira
Reorganizing samples to a more Gradle-friendly structure and moving the Gradle build files to the right places. The samples can now be built using Gradle and easily imported into Android Studio.
1 parent 12e8683 commit 24b7738
107 files changed
Lines changed: 512 additions & 293 deletions
File tree
- BasicSamples
- .gradle/1.6/taskArtifacts
- ButtonClicker
- src/main
- java/com/google/example/games/bc
- res
- drawable-hdpi
- drawable-ldpi
- drawable-mdpi
- drawable-xhdpi
- drawable-xxhdpi
- layout
- values-v11
- values
- CollectAllTheStars
- src/main
- java/com/google/example/games/catt
- res
- drawable-hdpi
- drawable-ldpi
- drawable-mdpi
- drawable-xhdpi
- drawable-xxhdpi
- layout
- values-v11
- values-v14
- values
- TrivialQuest
- src/main
- java/com/google/example/games/tq
- res
- drawable-hdpi
- drawable-ldpi
- drawable-mdpi
- drawable-xhdpi
- drawable-xxhdpi
- layout
- values-v11
- values-v14
- values
- TypeANumber
- src/main
- java/com/google/example/games/tanc
- res
- drawable-hdpi
- drawable-ldpi
- drawable-mdpi
- drawable-xhdpi
- drawable-xxhdpi
- layout
- values-v11
- values
- gradle/wrapper
- libraries/BaseGameUtils
- src/main
- java/com/google/example/games/basegameutils
- res/values
- ButtonClicker/libs
- CollectAllTheStars/libs
- EndlessTunnel
- BaseGameUtils
- Tunnel
- TrivialQuest/libs
- build_scripts
- gradle
- ButtonClicker
- CollectAllTheStars
- TrivialQuest
- TypeANumber
- libraries/BaseGameUtils
- libraries/BaseGameUtils/libs
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File renamed without changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
ButtonClicker/AndroidManifest.xml renamed to BasicSamples/ButtonClicker/src/main/AndroidManifest.xml
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
| 35 | + | |
34 | 36 | | |
35 | 37 | | |
36 | 38 | | |
| |||
Lines changed: 24 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
510 | 510 | | |
511 | 511 | | |
512 | 512 | | |
| 513 | + | |
| 514 | + | |
| 515 | + | |
| 516 | + | |
| 517 | + | |
| 518 | + | |
| 519 | + | |
| 520 | + | |
513 | 521 | | |
514 | 522 | | |
515 | 523 | | |
| |||
541 | 549 | | |
542 | 550 | | |
543 | 551 | | |
544 | | - | |
545 | | - | |
| 552 | + | |
| 553 | + | |
| 554 | + | |
| 555 | + | |
| 556 | + | |
| 557 | + | |
546 | 558 | | |
547 | 559 | | |
548 | 560 | | |
| |||
815 | 827 | | |
816 | 828 | | |
817 | 829 | | |
818 | | - | |
| 830 | + | |
819 | 831 | | |
820 | 832 | | |
821 | | - | |
| 833 | + | |
| 834 | + | |
| 835 | + | |
| 836 | + | |
822 | 837 | | |
| 838 | + | |
823 | 839 | | |
824 | 840 | | |
825 | 841 | | |
826 | 842 | | |
827 | 843 | | |
828 | 844 | | |
829 | | - | |
| 845 | + | |
| 846 | + | |
| 847 | + | |
830 | 848 | | |
| 849 | + | |
831 | 850 | | |
832 | 851 | | |
833 | 852 | | |
| |||
0 commit comments