Skip to content

Commit

Permalink
final
Browse files Browse the repository at this point in the history
  • Loading branch information
Siddhesh2377 committed Dec 17, 2024
1 parent a689970 commit 0374576
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# WeatherApp

A simple Android weather app that fetches real-time weather data using the **OpenWeatherMap API**. It features smart city search, error handling, and displays weather information cleanly.

## Features
Expand Down Expand Up @@ -25,8 +27,13 @@ A simple Android weather app that fetches real-time weather data using the **Ope
```
3. Open in **Android Studio**, build, and run on an emulator or device.

## Release
- **Latest Release**: Stable1
- **APK Downloads**:
- [Debug APK](https://github.com/Siddhesh2377/WeatherApp/releases/tag/Releasee)

## Screenshots
![Main Screen](screenshot_main.png)

## License
This project is licensed under the **MIT License**.
This project is licensed under the **MIT License**.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ android {
minSdk 27
targetSdk 34
versionCode 1
versionName "1.0"
versionName "1.0.0"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down

0 comments on commit 0374576

Please sign in to comment.