added gitingore
This commit is contained in:
@@ -28,12 +28,16 @@ android {
|
||||
}
|
||||
}
|
||||
|
||||
compileOptions {
|
||||
targetCompatibility 1.8
|
||||
sourceCompatibility 1.8
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation fileTree(dir: 'libs', include: ['*.jar'])
|
||||
implementation 'com.google.android.support:wearable:2.1.0'
|
||||
implementation 'com.google.android.gms:play-services-wearable:11.6.0'
|
||||
implementation 'com.google.android.gms:play-services-wearable:11.8.0'
|
||||
implementation 'com.android.support:percent:26.1.0'
|
||||
implementation 'com.android.support:animated-vector-drawable:26.1.0'
|
||||
implementation 'com.android.support:appcompat-v7:26.1.0'
|
||||
|
||||
Reference in New Issue
Block a user