- minor code clean up
 - Remove old api and response
 - Tests passed
 - Weather API successfully replaces
This commit is contained in:
2024-10-02 00:19:31 +01:00
committed by GitHub
parent 0aff414b1c
commit 54a7d523c0
65 changed files with 54166 additions and 1870 deletions

View File

@@ -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 {