Skip to content

Commit

Permalink
Fixed incorrect sqllite db closing,updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Sharkaboi committed Jul 2, 2020
1 parent 1a68691 commit b740519
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 26 deletions.
1 change: 1 addition & 0 deletions app/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/build
/release
8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ dependencies {
implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0'
implementation 'androidx.preference:preference:1.1.1'
//jetpack nav dependencies
implementation 'androidx.navigation:navigation-fragment:2.2.2'
implementation 'androidx.navigation:navigation-ui:2.2.2'
implementation 'androidx.navigation:navigation-fragment-ktx:2.2.2'
implementation 'androidx.navigation:navigation-ui-ktx:2.2.2'
implementation 'androidx.navigation:navigation-fragment:2.3.0'
implementation 'androidx.navigation:navigation-ui:2.3.0'
implementation 'androidx.navigation:navigation-fragment-ktx:2.3.0'
implementation 'androidx.navigation:navigation-ui-ktx:2.3.0'
//design dependencies
implementation 'com.google.android.material:material:1.1.0'
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
Expand Down
Binary file removed app/release/app-release.apk
Binary file not shown.
20 changes: 0 additions & 20 deletions app/release/output.json

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,4 @@ abstract class LinksDB : RoomDatabase() {
linksSQLiteDB = null
}
}

}
2 changes: 1 addition & 1 deletion app/src/main/res/layout/link_item.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

<TextView
android:id="@+id/tvLinkURL"
android:layout_width="wrap_content"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_margin="8dp"
android:ellipsize="end"
Expand Down

0 comments on commit b740519

Please sign in to comment.