Skip to content

Commit

Permalink
Remove unused library projects from compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
eyedol committed Nov 9, 2015
1 parent ebb186c commit 8990f1d
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ buildscript {
maven { url "http://oss.sonatype.org/content/repositories/snapshots/" }
}
dependencies {
classpath 'com.android.tools.build:gradle:1.4.0-beta4'
classpath 'com.android.tools.build:gradle:1.5.0-beta2'
classpath 'com.neenbedankt.gradle.plugins:android-apt:1.7'
classpath 'me.tatarka:gradle-retrolambda:3.2.3'
classpath 'me.tatarka.retrolambda.projectlombok:lombok.ast:0.2.3.a2'
Expand Down
2 changes: 0 additions & 2 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,4 @@
* If you have questions regarding the use of this file, please contact
* Ushahidi developers at [email protected].
*/

include ':libraries:pay-me', ':libraries:survey-dialog', ':sms-portals'
include ':smssync'
4 changes: 1 addition & 3 deletions smssync/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ if (project.hasProperty('releaseKeyStore') &&
android.signingConfigs.releaseSign.keyPassword ""
}

tasks.release.dependsOn(['build', 'publishApkWithAnalyticsRelease'])
tasks.release.dependsOn(['publishApkWithAnalyticsRelease'])

// Build and launch app from command line
task runApp(type: Exec, dependsOn: ['build', 'installWithAnalyticsDebug']) {
Expand All @@ -239,8 +239,6 @@ dependencies {
def appDependencies = rootProject.ext.appDependencies
def appTestDependencies = rootProject.ext.appTestDependencies
apt appDependencies.daggerCompiler // Needed for source code generation
compile project(':libraries:pay-me')
compile project(':libraries:survey-dialog')
compile fileTree(dir: 'libs', include: '*.jar')
compile(appDependencies.raiburari) {
exclude module: 'recyclerview-v7'
Expand Down
1 change: 0 additions & 1 deletion smssync/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
<uses-permission android:name="android.permission.READ_PHONE_STATE"/>
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED"/>
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
<uses-permission android:name="com.android.vending.BILLING"/>
<uses-permission android:name="android.permission.CAMERA"/>
<!-- Account manager permissions -->
<uses-permission android:name="android.permission.GET_ACCOUNTS"/>
Expand Down

0 comments on commit 8990f1d

Please sign in to comment.