| OLD | NEW | 
|   1 apply plugin: 'com.android.library' |   1 apply plugin: 'com.android.library' | 
|   2  |   2  | 
|   3 android { |   3 android { | 
|   4     compileSdkVersion 21 |   4     compileSdkVersion 21 | 
|   5     buildToolsVersion "24.0.1" |   5     buildToolsVersion "25.0.0" | 
|   6  |   6  | 
|   7     defaultConfig { |   7     defaultConfig { | 
|   8         minSdkVersion 21 |   8         minSdkVersion 21 | 
|   9         targetSdkVersion 21 |   9         targetSdkVersion 21 | 
|  10         versionCode 2 |  10         versionCode 2 | 
|  11         versionName "1.0.1" |  11         versionName "1.0.1" | 
|  12     } |  12     } | 
|  13  |  13  | 
|  14     sourceSets { |  14     sourceSets { | 
|  15         main { |  15         main { | 
| (...skipping 11 matching lines...) Expand all  Loading... | 
|  27         } |  27         } | 
|  28     } |  28     } | 
|  29 } |  29 } | 
|  30  |  30  | 
|  31  |  31  | 
|  32  |  32  | 
|  33 dependencies { |  33 dependencies { | 
|  34     compile project(':libadblockplus-android') |  34     compile project(':libadblockplus-android') | 
|  35     compile 'com.android.support:support-v4:21.0.3' |  35     compile 'com.android.support:support-v4:21.0.3' | 
|  36 } |  36 } | 
| OLD | NEW |