Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- apply plugin: 'com.android.application'
- android {
- compileSdkVersion 27
- defaultConfig {
- applicationId "com.mycompany.myapp4"
- minSdkVersion 14
- targetSdkVersion 28
- versionCode 1
- versionName "1.0"
- }
- buildTypes {
- release {
- minifyEnabled false
- proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
- }}
- }
- dependencies {
- api 'com.android.support:cardview-v7:27.0.0'
- api 'com.android.support:appcompat-v7:27.+'
- compile fileTree(dir: 'libs', include: ['*.jar'])
- }
Add Comment
Please, Sign In to add comment