third_parties/memorizingtrustmanager/build.gradle
changeset 1073 274f38e8c8a9
parent 1044 cd41ebc93e78
equal deleted inserted replaced
1072:137d0bf0e959 1073:274f38e8c8a9
     1 apply plugin: 'com.android.library'
     1 apply plugin: 'com.android.library'
     2 
     2 
     3 android {
     3 android {
     4     compileSdkVersion 22
     4     compileSdkVersion 27
     5     buildToolsVersion "22.0.0"
       
     6 
     5 
     7     defaultConfig {
     6     defaultConfig {
     8         minSdkVersion 6
     7         minSdkVersion 6
     9         targetSdkVersion 21
     8         targetSdkVersion 21
    10         versionCode 1
     9         versionCode 1
    17         }
    16         }
    18     }
    17     }
    19 }
    18 }
    20 
    19 
    21 dependencies {
    20 dependencies {
    22     compile fileTree(dir: 'libs', include: ['*.jar'])
    21     implementation fileTree(dir: 'libs', include: ['*.jar'])
    23 }
    22 }