| | |
| | | apply plugin: 'com.android.library' |
| | | |
| | | android { |
| | | compileSdkVersion 27 |
| | | compileSdkVersion 28 |
| | | |
| | | defaultConfig { |
| | | minSdkVersion 12 |
| | | targetSdkVersion 27 |
| | | versionCode 1 |
| | | versionName "1.1" |
| | | targetSdkVersion 28 |
| | | } |
| | | buildTypes { |
| | | release { |
| | |
| | | } |
| | | |
| | | resourcePrefix "mis_" |
| | | buildToolsVersion = '29.0.2' |
| | | } |
| | | |
| | | dependencies { |
| | | implementation fileTree(dir: 'libs', include: ['*.jar']) |
| | | implementation 'com.android.support:appcompat-v7:27.1.0' |
| | | implementation 'com.android.support:appcompat-v7:28.0.0' |
| | | implementation 'com.squareup.picasso:picasso:2.71828' |
| | | } |