YSY commit

This commit is contained in:
yadavendras
2019-01-18 19:53:20 +05:30
parent 32238c48de
commit f1eff431cd
546 changed files with 9440 additions and 33290 deletions
+4 -4
View File
@@ -24,11 +24,11 @@ ext {
}
android {
compileSdkVersion 26
buildToolsVersion '27.0.3'
compileSdkVersion 28
buildToolsVersion '28.0.3'
defaultConfig {
minSdkVersion 14
targetSdkVersion 22
targetSdkVersion 26
versionCode 1
versionName '1.0'
}
@@ -44,5 +44,5 @@ android {
dependencies {
implementation 'com.github.rey5137:material:1.2.2'
implementation 'com.android.support:design:26.1.0'
}