Skip to content

Commit

Permalink
update to go1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
Asutorufa committed Aug 3, 2022
1 parent 99c2ccf commit 7f56333
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -139,13 +139,13 @@ dependencies {
implementation "androidx.browser:browser:1.4.0"

// room
def room_version = "2.4.2"
def room_version = "2.4.3"
implementation "androidx.room:room-runtime:$room_version"
kapt "androidx.room:room-compiler:$room_version"
implementation 'com.google.code.gson:gson:2.9.0'
implementation 'com.google.code.gson:gson:2.9.1'

// nav
def nav_version = "2.5.0"
def nav_version = "2.5.1"
implementation "androidx.navigation:navigation-fragment-ktx:$nav_version"
implementation "androidx.navigation:navigation-ui-ktx:$nav_version"

Expand Down
Binary file modified yuhaiin/yuhaiin.aar
Binary file not shown.

0 comments on commit 7f56333

Please sign in to comment.