mirror of
https://github.com/hmalik144/Weather-apps.git
synced 2026-03-18 15:36:04 +00:00
Api fix (#38)
- minor code clean up - Remove old api and response - Tests passed - Weather API successfully replaces
This commit is contained in:
@@ -18,8 +18,8 @@ android {
|
||||
applicationId "com.appttude.h_mal.atlas_weather"
|
||||
minSdkVersion MIN_SDK_VERSION
|
||||
targetSdkVersion TARGET_SDK_VERSION
|
||||
versionCode 5
|
||||
versionName "3.0"
|
||||
versionCode 6
|
||||
versionName "3.1"
|
||||
testInstrumentationRunner "com.appttude.h_mal.atlas_weather.application.TestRunner"
|
||||
vectorDrawables.useSupportLibrary = true
|
||||
|
||||
@@ -32,6 +32,10 @@ android {
|
||||
buildConfigField "String", "ParamOne", System.getenv('WEATHER_API')
|
||||
buildConfigField "String", "ParamTwo", System.getenv('SEARCH_API')
|
||||
}
|
||||
|
||||
packagingOptions {
|
||||
resources.excludes.add("META-INF/*")
|
||||
}
|
||||
}
|
||||
android {
|
||||
sourceSets {
|
||||
|
||||
Reference in New Issue
Block a user