Skip to content

Commit

Permalink
55919-elys
Browse files Browse the repository at this point in the history
  • Loading branch information
ELY M committed Nov 3, 2024
1 parent 1357aa0 commit 301e2c1
Show file tree
Hide file tree
Showing 24 changed files with 1,594 additions and 932 deletions.
2 changes: 2 additions & 0 deletions DOC/Todo.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@

## Features

* [ADD] text for Soundings
* [ADD] migrate Nexrad/Wfo sites to Sites/Site framework
* [ADD] edge-to-edge
- https://developer.android.com/about/versions/15/behavior-changes-15#ux
- https://developer.android.com/develop/ui/compose/layouts/insets
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,9 @@ dependencies {
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.9.0'
// https://developer.android.com/jetpack/androidx/versions
implementation 'com.google.android.material:material:1.12.0'
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.6'
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7'
implementation 'androidx.cardview:cardview:1.0.0'
implementation 'androidx.core:core-ktx:1.13.1'
implementation 'androidx.core:core-ktx:1.15.0'
implementation 'androidx.media:media:1.7.0'
implementation 'androidx.preference:preference-ktx:1.2.1'
implementation 'androidx.recyclerview:recyclerview:1.3.2'
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:versionCode="55918"
android:versionName="55918-elys">
android:versionCode="55919"
android:versionName="55919-elys">

<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
Expand Down
Loading

0 comments on commit 301e2c1

Please sign in to comment.