Loading app/build.gradle +3 −6 Original line number Original line Diff line number Diff line Loading @@ -2,16 +2,15 @@ apply plugin: 'com.android.application' android { android { compileSdkVersion 24 compileSdkVersion 24 buildToolsVersion '23.0.3' buildToolsVersion '24.0.2' defaultConfig { defaultConfig { applicationId "org.asdtm.goodweather" applicationId "org.asdtm.goodweather" minSdkVersion 14 minSdkVersion 14 targetSdkVersion 24 targetSdkVersion 24 versionCode 6 versionCode 7 versionName "2.1" versionName "3.0" vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true } } buildTypes { buildTypes { release { release { minifyEnabled true minifyEnabled true Loading @@ -26,8 +25,6 @@ android { } } } } } } productFlavors { } } } dependencies { dependencies { Loading Loading
app/build.gradle +3 −6 Original line number Original line Diff line number Diff line Loading @@ -2,16 +2,15 @@ apply plugin: 'com.android.application' android { android { compileSdkVersion 24 compileSdkVersion 24 buildToolsVersion '23.0.3' buildToolsVersion '24.0.2' defaultConfig { defaultConfig { applicationId "org.asdtm.goodweather" applicationId "org.asdtm.goodweather" minSdkVersion 14 minSdkVersion 14 targetSdkVersion 24 targetSdkVersion 24 versionCode 6 versionCode 7 versionName "2.1" versionName "3.0" vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true } } buildTypes { buildTypes { release { release { minifyEnabled true minifyEnabled true Loading @@ -26,8 +25,6 @@ android { } } } } } } productFlavors { } } } dependencies { dependencies { Loading