Reorganize project structure
|
@ -2,8 +2,7 @@
|
||||||
/local.properties
|
/local.properties
|
||||||
/.idea/workspace.xml
|
/.idea/workspace.xml
|
||||||
.DS_Store
|
.DS_Store
|
||||||
/build
|
build/
|
||||||
/captures
|
/captures
|
||||||
.idea/
|
.idea/
|
||||||
*.iml
|
*.iml
|
||||||
*/build
|
|
||||||
|
|
|
@ -8,14 +8,22 @@ android {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
sourceSets.main {
|
sourceSets {
|
||||||
manifest.srcFile '../AndroidManifest.xml'
|
main {
|
||||||
java.srcDirs = ['src']
|
manifest.srcFile "$rootDir/AndroidManifest.xml"
|
||||||
resources.srcDirs = ['src']
|
java.srcDirs = ['src']
|
||||||
aidl.srcDirs = ['src']
|
resources.srcDirs = ['src']
|
||||||
renderscript.srcDirs = ['src']
|
aidl.srcDirs = ['src']
|
||||||
res.srcDirs = ['res']
|
renderscript.srcDirs = ['src']
|
||||||
assets.srcDirs = ['assets']
|
res.srcDirs = ["$rootDir/res"]
|
||||||
|
assets.srcDirs = ['assets']
|
||||||
|
}
|
||||||
|
release {
|
||||||
|
res.srcDirs = ['res']
|
||||||
|
}
|
||||||
|
debug {
|
||||||
|
res.srcDirs = ['res']
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
|
|
Before Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 975 B |
Before Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 4.4 KiB |
Before Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 975 B |
Before Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 4.4 KiB |
Before Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 975 B |
Before Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 4.4 KiB |
Before Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 975 B |
Before Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 4.4 KiB |
Before Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 975 B |
Before Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 4.4 KiB |
Before Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 975 B |
Before Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 4.4 KiB |
Before Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 975 B |
Before Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 4.4 KiB |
Before Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 975 B |
Before Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 4.4 KiB |
Before Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 975 B |
Before Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 4.4 KiB |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 975 B After Width: | Height: | Size: 975 B |
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 4.4 KiB After Width: | Height: | Size: 4.4 KiB |
Before Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 975 B |
Before Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 4.4 KiB |
Before Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 975 B |
Before Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 4.4 KiB |
Before Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 975 B |
Before Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 4.4 KiB |
|
@ -1,13 +1,7 @@
|
||||||
include 'en-mangafox',
|
new File(rootDir, "src").eachDir { dir ->
|
||||||
'en-mangahere',
|
dir.eachDir { subdir ->
|
||||||
'en-kissmanga',
|
String name = ":${dir.name}-${subdir.name}"
|
||||||
'en-mangasee',
|
include name
|
||||||
'en-readmangatoday',
|
project(name).projectDir = new File("src/${dir.name}/${subdir.name}")
|
||||||
'en-mangaeden',
|
}
|
||||||
'en-perveden',
|
}
|
||||||
'de-wiemanga',
|
|
||||||
'it-mangaeden',
|
|
||||||
'it-perveden',
|
|
||||||
'ru-mangachan',
|
|
||||||
'ru-mintmanga',
|
|
||||||
'ru-readmanga'
|
|
|
@ -10,4 +10,4 @@ ext {
|
||||||
libVersion = '1.0'
|
libVersion = '1.0'
|
||||||
}
|
}
|
||||||
|
|
||||||
apply from: '../common.gradle'
|
apply from: "$rootDir/common.gradle"
|
|
@ -10,4 +10,4 @@ ext {
|
||||||
libVersion = '1.0'
|
libVersion = '1.0'
|
||||||
}
|
}
|
||||||
|
|
||||||
apply from: '../common.gradle'
|
apply from: "$rootDir/common.gradle"
|
|
@ -10,4 +10,4 @@ ext {
|
||||||
libVersion = '1.0'
|
libVersion = '1.0'
|
||||||
}
|
}
|
||||||
|
|
||||||
apply from: '../common.gradle'
|
apply from: "$rootDir/common.gradle"
|
|
@ -10,4 +10,4 @@ ext {
|
||||||
libVersion = '1.0'
|
libVersion = '1.0'
|
||||||
}
|
}
|
||||||
|
|
||||||
apply from: '../common.gradle'
|
apply from: "$rootDir/common.gradle"
|
|
@ -10,4 +10,4 @@ ext {
|
||||||
libVersion = '1.0'
|
libVersion = '1.0'
|
||||||
}
|
}
|
||||||
|
|
||||||
apply from: '../common.gradle'
|
apply from: "$rootDir/common.gradle"
|
|
@ -10,4 +10,4 @@ ext {
|
||||||
libVersion = '1.0'
|
libVersion = '1.0'
|
||||||
}
|
}
|
||||||
|
|
||||||
apply from: '../common.gradle'
|
apply from: "$rootDir/common.gradle"
|
|
@ -10,4 +10,4 @@ ext {
|
||||||
libVersion = '1.0'
|
libVersion = '1.0'
|
||||||
}
|
}
|
||||||
|
|
||||||
apply from: '../common.gradle'
|
apply from: "$rootDir/common.gradle"
|
|
@ -10,4 +10,4 @@ ext {
|
||||||
libVersion = '1.0'
|
libVersion = '1.0'
|
||||||
}
|
}
|
||||||
|
|
||||||
apply from: '../common.gradle'
|
apply from: "$rootDir/common.gradle"
|
|
@ -10,4 +10,4 @@ ext {
|
||||||
libVersion = '1.0'
|
libVersion = '1.0'
|
||||||
}
|
}
|
||||||
|
|
||||||
apply from: '../common.gradle'
|
apply from: "$rootDir/common.gradle"
|
|
@ -10,4 +10,4 @@ ext {
|
||||||
libVersion = '1.0'
|
libVersion = '1.0'
|
||||||
}
|
}
|
||||||
|
|
||||||
apply from: '../common.gradle'
|
apply from: "$rootDir/common.gradle"
|
|
@ -10,4 +10,4 @@ ext {
|
||||||
libVersion = '1.0'
|
libVersion = '1.0'
|
||||||
}
|
}
|
||||||
|
|
||||||
apply from: '../common.gradle'
|
apply from: "$rootDir/common.gradle"
|
|
@ -10,4 +10,4 @@ ext {
|
||||||
libVersion = '1.0'
|
libVersion = '1.0'
|
||||||
}
|
}
|
||||||
|
|
||||||
apply from: '../common.gradle'
|
apply from: "$rootDir/common.gradle"
|
|
@ -10,4 +10,4 @@ ext {
|
||||||
libVersion = '1.0'
|
libVersion = '1.0'
|
||||||
}
|
}
|
||||||
|
|
||||||
apply from: '../common.gradle'
|
apply from: "$rootDir/common.gradle"
|