Loading build.gradle +4 −4 Original line number Diff line number Diff line Loading @@ -13,12 +13,12 @@ apply plugin: 'com.android.application' apply plugin: 'com.google.protobuf' android { compileSdkVersion 27 buildToolsVersion '27.0.0' compileSdkVersion 28 buildToolsVersion '28.0.0' defaultConfig { minSdkVersion 21 targetSdkVersion 27 targetSdkVersion 28 versionCode 1 versionName "1.0" Loading Loading @@ -102,7 +102,7 @@ repositories { jcenter() } final String SUPPORT_LIBS_VERSION = '27.0.0-SNAPSHOT' final String SUPPORT_LIBS_VERSION = '28.0.0-SNAPSHOT' dependencies { compile "com.android.support:support-v4:${SUPPORT_LIBS_VERSION}" compile "com.android.support:support-dynamic-animation:${SUPPORT_LIBS_VERSION}" Loading Loading
build.gradle +4 −4 Original line number Diff line number Diff line Loading @@ -13,12 +13,12 @@ apply plugin: 'com.android.application' apply plugin: 'com.google.protobuf' android { compileSdkVersion 27 buildToolsVersion '27.0.0' compileSdkVersion 28 buildToolsVersion '28.0.0' defaultConfig { minSdkVersion 21 targetSdkVersion 27 targetSdkVersion 28 versionCode 1 versionName "1.0" Loading Loading @@ -102,7 +102,7 @@ repositories { jcenter() } final String SUPPORT_LIBS_VERSION = '27.0.0-SNAPSHOT' final String SUPPORT_LIBS_VERSION = '28.0.0-SNAPSHOT' dependencies { compile "com.android.support:support-v4:${SUPPORT_LIBS_VERSION}" compile "com.android.support:support-dynamic-animation:${SUPPORT_LIBS_VERSION}" Loading