Move sample source and resources to gradle dirs
Summary: Follow standard Gradle paths. Reviewed By: priteshrnandgaonkar Differential Revision: D8890133 fbshipit-source-id: 062331b6b3d5f118f07cb5ca14cdec871f75867b
@@ -16,12 +16,6 @@ android {
|
|||||||
sourceSets {
|
sourceSets {
|
||||||
main {
|
main {
|
||||||
manifest.srcFile './AndroidManifest.xml'
|
manifest.srcFile './AndroidManifest.xml'
|
||||||
java {
|
|
||||||
srcDir 'src'
|
|
||||||
}
|
|
||||||
res {
|
|
||||||
srcDir 'res'
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 2.8 KiB |
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
|
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 3.4 KiB |
|
Before Width: | Height: | Size: 5.7 KiB After Width: | Height: | Size: 5.7 KiB |
|
Before Width: | Height: | Size: 7.8 KiB After Width: | Height: | Size: 7.8 KiB |