/[projects]/android/TrainInfo/build.gradle
ViewVC logotype

Diff of /android/TrainInfo/build.gradle

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2471 by torben, Sat Mar 21 11:18:39 2015 UTC revision 2472 by torben, Sat Mar 21 11:58:35 2015 UTC
# Line 63  dependencies { Line 63  dependencies {
63          compile group: 'dk.thoerup', name: 'GenericJavaUtils', version: '1.0'            compile group: 'dk.thoerup', name: 'GenericJavaUtils', version: '1.0'  
64          compile group: 'dk.thoerup', name: 'TrainInfoCommon', version: '1.0'              compile group: 'dk.thoerup', name: 'TrainInfoCommon', version: '1.0'    
65      compile project(":AndroidUtils")      compile project(":AndroidUtils")
66          compile files('libs/trace.jar')          //compile files('libs/trace.jar')
 }  
   
67    
68            compile('org.simpleframework:simple-xml:2.7.+'){
69            exclude module: 'stax'
70            exclude module: 'stax-api'
71            exclude module: 'xpp3'
72            }
73    }

Legend:
Removed from v.2471  
changed lines
  Added in v.2472

  ViewVC Help
Powered by ViewVC 1.1.20