Skip to content

Commit

Permalink
- add androidx.datastore lib
Browse files Browse the repository at this point in the history
- version bump 1.2.3
- fixes #8
  • Loading branch information
lmj0011 committed Feb 24, 2021
1 parent 5072e81 commit 877cdc1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ android {
applicationId "name.lmj0011.jetpackreleasetracker"
minSdkVersion 19
targetSdkVersion 30
versionCode 7
versionName "1.2.2"
versionCode 8
versionName "1.2.3"
vectorDrawables.useSupportLibrary = true
multiDexEnabled true

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,12 @@ object AndroidXLibraryDataset {
"androidx.databinding",
listOf("adapters", "baseLibrary", "compiler", "compilerCommon", "library", "viewbinding", "databinding-adapters", "databinding-common", "databinding-compiler", "databinding-compiler-common", "databinding-runtime")
),
AndroidXLibrary(
"https://dl.google.com/dl/android/maven2/androidx/datastore/group-index.xml",
"https://developer.android.com/jetpack/androidx/releases/datastore",
"androidx.datastore",
listOf("datastore", "datastore-core", "datastore-preferences", "datastore-preferences-core", "datastore-preferences-rxjava2", "datastore-preferences-rxjava3", "datastore-rxjava2", "datastore-rxjava3")
),
AndroidXLibrary(
"https://dl.google.com/dl/android/maven2/androidx/documentfile/group-index.xml",
"https://developer.android.com/jetpack/androidx/releases/documentfile",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ class LibrariesViewModel(
}
}
} catch(ex: Exception) {
Timber.d("Failed to fetch artifacts from ${it.groupIndexUrl}")
Timber.e("Failed to fetch artifacts from ${it.groupIndexUrl}")
Timber.e(ex)
}

Expand Down

0 comments on commit 877cdc1

Please sign in to comment.