parent
70cfb3e756
commit
c3f1692486
69 changed files with 78 additions and 134 deletions
|
|
@ -6,7 +6,7 @@ buildscript {
|
||||||
jcenter()
|
jcenter()
|
||||||
}
|
}
|
||||||
dependencies {
|
dependencies {
|
||||||
classpath 'com.android.tools.build:gradle:3.3.2'
|
classpath 'com.android.tools.build:gradle:3.4.2'
|
||||||
// NOTE: Do not place your application dependencies here; they belong
|
// NOTE: Do not place your application dependencies here; they belong
|
||||||
// in the individual module build.gradle files
|
// in the individual module build.gradle files
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,7 @@ android {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
task copyTask << {
|
task copyTask {
|
||||||
copy {
|
copy {
|
||||||
from '../../common/res/drawable'
|
from '../../common/res/drawable'
|
||||||
into "src/main/res/drawable"
|
into "src/main/res/drawable"
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,7 @@ android {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
task copyTask << {
|
task copyTask {
|
||||||
copy {
|
copy {
|
||||||
from '../../common/res/drawable'
|
from '../../common/res/drawable'
|
||||||
into "src/main/res/drawable"
|
into "src/main/res/drawable"
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,7 @@ android {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
task copyTask << {
|
task copyTask {
|
||||||
copy {
|
copy {
|
||||||
from '../../common/res/drawable'
|
from '../../common/res/drawable'
|
||||||
into "src/main/res/drawable"
|
into "src/main/res/drawable"
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,7 @@ android {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
task copyTask << {
|
task copyTask {
|
||||||
copy {
|
copy {
|
||||||
from '../../common/res/drawable'
|
from '../../common/res/drawable'
|
||||||
into "src/main/res/drawable"
|
into "src/main/res/drawable"
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,7 @@ android {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
task copyTask << {
|
task copyTask {
|
||||||
copy {
|
copy {
|
||||||
from '../../common/res/drawable'
|
from '../../common/res/drawable'
|
||||||
into "src/main/res/drawable"
|
into "src/main/res/drawable"
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,7 @@ android {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
task copyTask << {
|
task copyTask {
|
||||||
copy {
|
copy {
|
||||||
from '../../common/res/drawable'
|
from '../../common/res/drawable'
|
||||||
into "src/main/res/drawable"
|
into "src/main/res/drawable"
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,7 @@ android {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
task copyTask << {
|
task copyTask {
|
||||||
copy {
|
copy {
|
||||||
from '../../common/res/drawable'
|
from '../../common/res/drawable'
|
||||||
into "src/main/res/drawable"
|
into "src/main/res/drawable"
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,7 @@ android {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
task copyTask << {
|
task copyTask {
|
||||||
copy {
|
copy {
|
||||||
from '../../common/res/drawable'
|
from '../../common/res/drawable'
|
||||||
into "src/main/res/drawable"
|
into "src/main/res/drawable"
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,7 @@ android {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
task copyTask << {
|
task copyTask {
|
||||||
copy {
|
copy {
|
||||||
from '../../common/res/drawable'
|
from '../../common/res/drawable'
|
||||||
into "src/main/res/drawable"
|
into "src/main/res/drawable"
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,7 @@ android {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
task copyTask << {
|
task copyTask {
|
||||||
copy {
|
copy {
|
||||||
from '../../common/res/drawable'
|
from '../../common/res/drawable'
|
||||||
into "src/main/res/drawable"
|
into "src/main/res/drawable"
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,7 @@ android {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
task copyTask << {
|
task copyTask {
|
||||||
copy {
|
copy {
|
||||||
from '../../common/res/drawable'
|
from '../../common/res/drawable'
|
||||||
into "src/main/res/drawable"
|
into "src/main/res/drawable"
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,7 @@ android {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
task copyTask << {
|
task copyTask {
|
||||||
copy {
|
copy {
|
||||||
from '../../common/res/drawable'
|
from '../../common/res/drawable'
|
||||||
into "src/main/res/drawable"
|
into "src/main/res/drawable"
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,7 @@ android {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
task copyTask << {
|
task copyTask {
|
||||||
copy {
|
copy {
|
||||||
from '../../common/res/drawable'
|
from '../../common/res/drawable'
|
||||||
into "src/main/res/drawable"
|
into "src/main/res/drawable"
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,7 @@ android {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
task copyTask << {
|
task copyTask {
|
||||||
copy {
|
copy {
|
||||||
from '../../common/res/drawable'
|
from '../../common/res/drawable'
|
||||||
into "src/main/res/drawable"
|
into "src/main/res/drawable"
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,7 @@ android {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
task copyTask << {
|
task copyTask {
|
||||||
copy {
|
copy {
|
||||||
from '../../common/res/drawable'
|
from '../../common/res/drawable'
|
||||||
into "src/main/res/drawable"
|
into "src/main/res/drawable"
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,7 @@ android {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
task copyTask << {
|
task copyTask {
|
||||||
copy {
|
copy {
|
||||||
from '../../common/res/drawable'
|
from '../../common/res/drawable'
|
||||||
into "src/main/res/drawable"
|
into "src/main/res/drawable"
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,7 @@ android {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
task copyTask << {
|
task copyTask {
|
||||||
copy {
|
copy {
|
||||||
from '../../common/res/drawable'
|
from '../../common/res/drawable'
|
||||||
into "src/main/res/drawable"
|
into "src/main/res/drawable"
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,7 @@ android {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
task copyTask << {
|
task copyTask {
|
||||||
copy {
|
copy {
|
||||||
from '../../common/res/drawable'
|
from '../../common/res/drawable'
|
||||||
into "src/main/res/drawable"
|
into "src/main/res/drawable"
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,7 @@ android {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
task copyTask << {
|
task copyTask {
|
||||||
copy {
|
copy {
|
||||||
from '../../common/res/drawable'
|
from '../../common/res/drawable'
|
||||||
into "src/main/res/drawable"
|
into "src/main/res/drawable"
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,7 @@ android {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
task copyTask << {
|
task copyTask {
|
||||||
copy {
|
copy {
|
||||||
from '../../common/res/drawable'
|
from '../../common/res/drawable'
|
||||||
into "src/main/res/drawable"
|
into "src/main/res/drawable"
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,7 @@ android {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
task copyTask << {
|
task copyTask {
|
||||||
copy {
|
copy {
|
||||||
from '../../common/res/drawable'
|
from '../../common/res/drawable'
|
||||||
into "src/main/res/drawable"
|
into "src/main/res/drawable"
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,7 @@ android {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
task copyTask << {
|
task copyTask {
|
||||||
copy {
|
copy {
|
||||||
from '../../common/res/drawable'
|
from '../../common/res/drawable'
|
||||||
into "src/main/res/drawable"
|
into "src/main/res/drawable"
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,7 @@ android {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
task copyTask << {
|
task copyTask {
|
||||||
copy {
|
copy {
|
||||||
from '../../common/res/drawable'
|
from '../../common/res/drawable'
|
||||||
into "src/main/res/drawable"
|
into "src/main/res/drawable"
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,7 @@ android {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
task copyTask << {
|
task copyTask {
|
||||||
copy {
|
copy {
|
||||||
from '../../common/res/drawable'
|
from '../../common/res/drawable'
|
||||||
into "src/main/res/drawable"
|
into "src/main/res/drawable"
|
||||||
|
|
|
||||||
|
|
@ -40,7 +40,7 @@ android {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
task copyTask << {
|
task copyTask {
|
||||||
copy {
|
copy {
|
||||||
from '../../common/res/drawable'
|
from '../../common/res/drawable'
|
||||||
into "src/main/res/drawable"
|
into "src/main/res/drawable"
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,7 @@ android {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
task copyTask << {
|
task copyTask {
|
||||||
copy {
|
copy {
|
||||||
from '../../common/res/drawable'
|
from '../../common/res/drawable'
|
||||||
into "src/main/res/drawable"
|
into "src/main/res/drawable"
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,7 @@ android {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
task copyTask << {
|
task copyTask {
|
||||||
copy {
|
copy {
|
||||||
from '../../common/res/drawable'
|
from '../../common/res/drawable'
|
||||||
into "src/main/res/drawable"
|
into "src/main/res/drawable"
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,7 @@ android {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
task copyTask << {
|
task copyTask {
|
||||||
copy {
|
copy {
|
||||||
from '../../common/res/drawable'
|
from '../../common/res/drawable'
|
||||||
into "src/main/res/drawable"
|
into "src/main/res/drawable"
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,7 @@ android {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
task copyTask << {
|
task copyTask {
|
||||||
copy {
|
copy {
|
||||||
from '../../common/res/drawable'
|
from '../../common/res/drawable'
|
||||||
into "src/main/res/drawable"
|
into "src/main/res/drawable"
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,7 @@ android {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
task copyTask << {
|
task copyTask {
|
||||||
copy {
|
copy {
|
||||||
from '../../common/res/drawable'
|
from '../../common/res/drawable'
|
||||||
into "src/main/res/drawable"
|
into "src/main/res/drawable"
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,7 @@ android {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
task copyTask << {
|
task copyTask {
|
||||||
copy {
|
copy {
|
||||||
from '../../common/res/drawable'
|
from '../../common/res/drawable'
|
||||||
into "src/main/res/drawable"
|
into "src/main/res/drawable"
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,7 @@ android {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
task copyTask << {
|
task copyTask {
|
||||||
copy {
|
copy {
|
||||||
from '../../common/res/drawable'
|
from '../../common/res/drawable'
|
||||||
into "src/main/res/drawable"
|
into "src/main/res/drawable"
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,7 @@ android {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
task copyTask << {
|
task copyTask {
|
||||||
copy {
|
copy {
|
||||||
from '../../common/res/drawable'
|
from '../../common/res/drawable'
|
||||||
into "src/main/res/drawable"
|
into "src/main/res/drawable"
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,7 @@ android {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
task copyTask << {
|
task copyTask {
|
||||||
copy {
|
copy {
|
||||||
from '../../common/res/drawable'
|
from '../../common/res/drawable'
|
||||||
into "src/main/res/drawable"
|
into "src/main/res/drawable"
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,7 @@ android {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
task copyTask << {
|
task copyTask {
|
||||||
copy {
|
copy {
|
||||||
from '../../common/res/drawable'
|
from '../../common/res/drawable'
|
||||||
into "src/main/res/drawable"
|
into "src/main/res/drawable"
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,7 @@ android {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
task copyTask << {
|
task copyTask {
|
||||||
copy {
|
copy {
|
||||||
from '../../common/res/drawable'
|
from '../../common/res/drawable'
|
||||||
into "src/main/res/drawable"
|
into "src/main/res/drawable"
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,7 @@ android {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
task copyTask << {
|
task copyTask {
|
||||||
copy {
|
copy {
|
||||||
from '../../common/res/drawable'
|
from '../../common/res/drawable'
|
||||||
into "src/main/res/drawable"
|
into "src/main/res/drawable"
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,7 @@ android {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
task copyTask << {
|
task copyTask {
|
||||||
copy {
|
copy {
|
||||||
from '../../common/res/drawable'
|
from '../../common/res/drawable'
|
||||||
into "src/main/res/drawable"
|
into "src/main/res/drawable"
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,7 @@ android {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
task copyTask << {
|
task copyTask {
|
||||||
copy {
|
copy {
|
||||||
from '../../common/res/drawable'
|
from '../../common/res/drawable'
|
||||||
into "src/main/res/drawable"
|
into "src/main/res/drawable"
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,7 @@ android {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
task copyTask << {
|
task copyTask {
|
||||||
copy {
|
copy {
|
||||||
from '../../common/res/drawable'
|
from '../../common/res/drawable'
|
||||||
into "src/main/res/drawable"
|
into "src/main/res/drawable"
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,7 @@ android {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
task copyTask << {
|
task copyTask {
|
||||||
copy {
|
copy {
|
||||||
from '../../common/res/drawable'
|
from '../../common/res/drawable'
|
||||||
into "src/main/res/drawable"
|
into "src/main/res/drawable"
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,7 @@ android {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
task copyTask << {
|
task copyTask {
|
||||||
copy {
|
copy {
|
||||||
from '../../common/res/drawable'
|
from '../../common/res/drawable'
|
||||||
into "src/main/res/drawable"
|
into "src/main/res/drawable"
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,7 @@ android {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
task copyTask << {
|
task copyTask {
|
||||||
copy {
|
copy {
|
||||||
from '../../common/res/drawable'
|
from '../../common/res/drawable'
|
||||||
into "src/main/res/drawable"
|
into "src/main/res/drawable"
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,7 @@ android {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
task copyTask << {
|
task copyTask {
|
||||||
copy {
|
copy {
|
||||||
from '../../common/res/drawable'
|
from '../../common/res/drawable'
|
||||||
into "src/main/res/drawable"
|
into "src/main/res/drawable"
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,7 @@ android {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
task copyTask << {
|
task copyTask {
|
||||||
copy {
|
copy {
|
||||||
from '../../common/res/drawable'
|
from '../../common/res/drawable'
|
||||||
into "src/main/res/drawable"
|
into "src/main/res/drawable"
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,7 @@ android {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
task copyTask << {
|
task copyTask {
|
||||||
copy {
|
copy {
|
||||||
from '../../common/res/drawable'
|
from '../../common/res/drawable'
|
||||||
into "src/main/res/drawable"
|
into "src/main/res/drawable"
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,7 @@ android {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
task copyTask << {
|
task copyTask {
|
||||||
copy {
|
copy {
|
||||||
from '../../common/res/drawable'
|
from '../../common/res/drawable'
|
||||||
into "src/main/res/drawable"
|
into "src/main/res/drawable"
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,7 @@ android {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
task copyTask << {
|
task copyTask {
|
||||||
copy {
|
copy {
|
||||||
from '../../common/res/drawable'
|
from '../../common/res/drawable'
|
||||||
into "src/main/res/drawable"
|
into "src/main/res/drawable"
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,7 @@ android {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
task copyTask << {
|
task copyTask {
|
||||||
copy {
|
copy {
|
||||||
from '../../common/res/drawable'
|
from '../../common/res/drawable'
|
||||||
into "src/main/res/drawable"
|
into "src/main/res/drawable"
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,7 @@ android {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
task copyTask << {
|
task copyTask {
|
||||||
copy {
|
copy {
|
||||||
from '../../common/res/drawable'
|
from '../../common/res/drawable'
|
||||||
into "src/main/res/drawable"
|
into "src/main/res/drawable"
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,7 @@ android {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
task copyTask << {
|
task copyTask {
|
||||||
copy {
|
copy {
|
||||||
from '../../common/res/drawable'
|
from '../../common/res/drawable'
|
||||||
into "src/main/res/drawable"
|
into "src/main/res/drawable"
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,7 @@ android {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
task copyTask << {
|
task copyTask {
|
||||||
copy {
|
copy {
|
||||||
from '../../common/res/drawable'
|
from '../../common/res/drawable'
|
||||||
into "src/main/res/drawable"
|
into "src/main/res/drawable"
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,7 @@ android {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
task copyTask << {
|
task copyTask {
|
||||||
copy {
|
copy {
|
||||||
from '../../common/res/drawable'
|
from '../../common/res/drawable'
|
||||||
into "src/main/res/drawable"
|
into "src/main/res/drawable"
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,7 @@ android {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
task copyTask << {
|
task copyTask {
|
||||||
copy {
|
copy {
|
||||||
from '../../common/res/drawable'
|
from '../../common/res/drawable'
|
||||||
into "src/main/res/drawable"
|
into "src/main/res/drawable"
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,7 @@ android {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
task copyTask << {
|
task copyTask {
|
||||||
copy {
|
copy {
|
||||||
from '../../common/res/drawable'
|
from '../../common/res/drawable'
|
||||||
into "src/main/res/drawable"
|
into "src/main/res/drawable"
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,7 @@ android {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
task copyTask << {
|
task copyTask {
|
||||||
copy {
|
copy {
|
||||||
from '../../common/res/drawable'
|
from '../../common/res/drawable'
|
||||||
into "src/main/res/drawable"
|
into "src/main/res/drawable"
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,7 @@ android {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
task copyTask << {
|
task copyTask {
|
||||||
copy {
|
copy {
|
||||||
from '../../common/res/drawable'
|
from '../../common/res/drawable'
|
||||||
into "src/main/res/drawable"
|
into "src/main/res/drawable"
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,7 @@ android {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
task copyTask << {
|
task copyTask {
|
||||||
copy {
|
copy {
|
||||||
from '../../common/res/drawable'
|
from '../../common/res/drawable'
|
||||||
into "src/main/res/drawable"
|
into "src/main/res/drawable"
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,7 @@ android {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
task copyTask << {
|
task copyTask {
|
||||||
copy {
|
copy {
|
||||||
from '../../common/res/drawable'
|
from '../../common/res/drawable'
|
||||||
into "src/main/res/drawable"
|
into "src/main/res/drawable"
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,7 @@ android {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
task copyTask << {
|
task copyTask {
|
||||||
copy {
|
copy {
|
||||||
from '../../common/res/drawable'
|
from '../../common/res/drawable'
|
||||||
into "src/main/res/drawable"
|
into "src/main/res/drawable"
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,7 @@ android {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
task copyTask << {
|
task copyTask {
|
||||||
copy {
|
copy {
|
||||||
from '../../common/res/drawable'
|
from '../../common/res/drawable'
|
||||||
into "src/main/res/drawable"
|
into "src/main/res/drawable"
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,7 @@ android {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
task copyTask << {
|
task copyTask {
|
||||||
copy {
|
copy {
|
||||||
from '../../common/res/drawable'
|
from '../../common/res/drawable'
|
||||||
into "src/main/res/drawable"
|
into "src/main/res/drawable"
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,7 @@ android {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
task copyTask << {
|
task copyTask {
|
||||||
copy {
|
copy {
|
||||||
from '../../common/res/drawable'
|
from '../../common/res/drawable'
|
||||||
into "src/main/res/drawable"
|
into "src/main/res/drawable"
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,7 @@ android {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
task copyTask << {
|
task copyTask {
|
||||||
copy {
|
copy {
|
||||||
from '../../common/res/drawable'
|
from '../../common/res/drawable'
|
||||||
into "src/main/res/drawable"
|
into "src/main/res/drawable"
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,7 @@ android {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
task copyTask << {
|
task copyTask {
|
||||||
copy {
|
copy {
|
||||||
from '../../common/res/drawable'
|
from '../../common/res/drawable'
|
||||||
into "src/main/res/drawable"
|
into "src/main/res/drawable"
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,7 @@ android {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
task copyTask << {
|
task copyTask {
|
||||||
copy {
|
copy {
|
||||||
from '../../common/res/drawable'
|
from '../../common/res/drawable'
|
||||||
into "src/main/res/drawable"
|
into "src/main/res/drawable"
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
#Fri Mar 29 13:13:21 CET 2019
|
#Sun Aug 04 12:29:22 CEST 2019
|
||||||
distributionBase=GRADLE_USER_HOME
|
distributionBase=GRADLE_USER_HOME
|
||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
zipStorePath=wrapper/dists
|
zipStorePath=wrapper/dists
|
||||||
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.1-all.zip
|
distributionUrl=https\://services.gradle.org/distributions/gradle-5.1.1-all.zip
|
||||||
|
|
|
||||||
|
|
@ -1,65 +1,9 @@
|
||||||
include 'examples/:bloom'
|
file('examples').eachDir { sub ->
|
||||||
include 'examples/:computecloth'
|
if (sub.name != '_template') {
|
||||||
include 'examples/:computecullandlod'
|
if (file("examples/$sub.name/build.gradle").exists()) {
|
||||||
include 'examples/:computeheadless'
|
println("Adding project $sub.name")
|
||||||
include 'examples/:computenbody'
|
include ":$sub.name"
|
||||||
include 'examples/:computeparticles'
|
project(":$sub.name").projectDir = new File("examples/$sub.name")
|
||||||
include 'examples/:computeraytracing'
|
}
|
||||||
include 'examples/:computeshader'
|
}
|
||||||
include 'examples/:conservativeraster'
|
}
|
||||||
include 'examples/:debugmarker'
|
|
||||||
include 'examples/:deferred'
|
|
||||||
include 'examples/:deferredmultisampling'
|
|
||||||
include 'examples/:deferredshadows'
|
|
||||||
include 'examples/:descriptorsets'
|
|
||||||
include 'examples/:displacement'
|
|
||||||
include 'examples/:distancefieldfonts'
|
|
||||||
include 'examples/:dynamicuniformbuffer'
|
|
||||||
include 'examples/:gears'
|
|
||||||
include 'examples/:geometryshader'
|
|
||||||
include 'examples/:hdr'
|
|
||||||
include 'examples/:imgui'
|
|
||||||
include 'examples/:indirectdraw'
|
|
||||||
include 'examples/:inlineuniformblocks'
|
|
||||||
include 'examples/:instancing'
|
|
||||||
include 'examples/:inputattachments'
|
|
||||||
include 'examples/:mesh'
|
|
||||||
include 'examples/:multisampling'
|
|
||||||
include 'examples/:multithreading'
|
|
||||||
include 'examples/:multiview'
|
|
||||||
include 'examples/:negativeviewportheight'
|
|
||||||
include 'examples/:occlusionquery'
|
|
||||||
include 'examples/:offscreen'
|
|
||||||
include 'examples/:parallaxmapping'
|
|
||||||
include 'examples/:particlefire'
|
|
||||||
include 'examples/:pbrbasic'
|
|
||||||
include 'examples/:pbribl'
|
|
||||||
include 'examples/:pbrtexture'
|
|
||||||
include 'examples/:pipelines'
|
|
||||||
include 'examples/:pipelinestatistics'
|
|
||||||
include 'examples/:pushconstants'
|
|
||||||
include 'examples/:pushdescriptors'
|
|
||||||
include 'examples/:radialblur'
|
|
||||||
include 'examples/:renderheadless'
|
|
||||||
include 'examples/:scenerendering'
|
|
||||||
include 'examples/:screenshot'
|
|
||||||
include 'examples/:shadowmapping'
|
|
||||||
include 'examples/:shadowmappingcascade'
|
|
||||||
include 'examples/:shadowmappingomni'
|
|
||||||
include 'examples/:skeletalanimation'
|
|
||||||
include 'examples/:specializationconstants'
|
|
||||||
include 'examples/:sphericalenvmapping'
|
|
||||||
include 'examples/:ssao'
|
|
||||||
include 'examples/:stencilbuffer'
|
|
||||||
include 'examples/:subpasses'
|
|
||||||
include 'examples/:terraintessellation'
|
|
||||||
include 'examples/:tessellation'
|
|
||||||
include 'examples/:textoverlay'
|
|
||||||
include 'examples/:texture'
|
|
||||||
include 'examples/:texture3d'
|
|
||||||
include 'examples/:texturearray'
|
|
||||||
include 'examples/:texturecubemap'
|
|
||||||
include 'examples/:texturemipmapgen'
|
|
||||||
include 'examples/:triangle'
|
|
||||||
include 'examples/:viewportarray'
|
|
||||||
include 'examples/:vulkanscene'
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue