Skip to content

Commit

Permalink
Merge branch 'feature/modularization' of github.com:wordpress-mobile/…
Browse files Browse the repository at this point in the history
…WordPress-Android into feature/modularization
  • Loading branch information
maxme committed Jul 1, 2014
2 parents 0ec2bb8 + fe9ae2d commit 4ea0826
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions WordPress/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -109,18 +109,20 @@ android {
}

sourceSets {

release {
manifest.srcFile 'AndroidManifestReleaseAndDebug.xml'
manifest.srcFile 'src/main/AndroidManifestReleaseAndDebug.xml'
}

debug {
manifest.srcFile 'AndroidManifestReleaseAndDebug.xml'
manifest.srcFile 'src/main/AndroidManifestReleaseAndDebug.xml'
}

zbetagroup {
res.srcDirs = ['src/main/res-zbetagroup']
manifest.srcFile 'AndroidManifestBetagroup.xml'
manifest.srcFile 'src/main/AndroidManifestBetagroup.xml'
}

}
} // end android

Expand Down

0 comments on commit 4ea0826

Please sign in to comment.