/[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 2469 by torben, Fri Mar 20 21:36:47 2015 UTC revision 2470 by torben, Sat Mar 21 11:18:39 2015 UTC
# Line 22  allprojects { Line 22  allprojects {
22    
23    
24  android {  android {
25      compileSdkVersion 18      //compileSdkVersion 18
26            compileSdkVersion "Google Inc.:Google APIs:17"
27      buildToolsVersion "20.0.0"      buildToolsVersion "20.0.0"
28    
29      defaultConfig {      defaultConfig {
30          minSdkVersion 3          minSdkVersion 9
31          targetSdkVersion 3          targetSdkVersion 9
32          versionCode 1          versionCode 1
33          versionName "1.0"          versionName "1.0"
34      }      }
# Line 54  dependencies { Line 55  dependencies {
55  //    compile project(":lib")  //    compile project(":lib")
56  //    compile 'com.android.support:appcompat-v7:19.0.1'  //    compile 'com.android.support:appcompat-v7:19.0.1'
57  //    compile fileTree(dir: 'libs', include: ['*.jar'])  //    compile fileTree(dir: 'libs', include: ['*.jar'])
58          compile 'com.google.android.gms:play-services:3.1.36'          //compile 'com.google.android.gms:play-services:3.1.36'
59    //  compile 'com.google.maps.android:android-maps-utils:0.3+'
60    //compile 'com.google.android.gms:play-services-maps:6.+'
61    
62    
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')
67  }  }
68    
69    

Legend:
Removed from v.2469  
changed lines
  Added in v.2470

  ViewVC Help
Powered by ViewVC 1.1.20