|
|
@ -167,6 +167,7 @@ configurations.all {
|
|
|
|
dependencies {
|
|
|
|
dependencies {
|
|
|
|
implementation fileTree(dir: 'libs', include: ['*.jar'])
|
|
|
|
implementation fileTree(dir: 'libs', include: ['*.jar'])
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
def core_version = "1.2.0-alpha04"
|
|
|
|
def appcompat_version = "1.1.0"
|
|
|
|
def appcompat_version = "1.1.0"
|
|
|
|
def fragment_version = "1.1.0"
|
|
|
|
def fragment_version = "1.1.0"
|
|
|
|
def recyclerview_version = "1.1.0-beta04"
|
|
|
|
def recyclerview_version = "1.1.0-beta04"
|
|
|
@ -199,6 +200,9 @@ dependencies {
|
|
|
|
|
|
|
|
|
|
|
|
// https://developer.android.com/jetpack/androidx/releases/
|
|
|
|
// https://developer.android.com/jetpack/androidx/releases/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// https://mvnrepository.com/artifact/androidx.core/core
|
|
|
|
|
|
|
|
implementation "androidx.core:core:$core_version"
|
|
|
|
|
|
|
|
|
|
|
|
// https://mvnrepository.com/artifact/androidx.appcompat/appcompat
|
|
|
|
// https://mvnrepository.com/artifact/androidx.appcompat/appcompat
|
|
|
|
// https://mvnrepository.com/artifact/androidx.fragment/fragment
|
|
|
|
// https://mvnrepository.com/artifact/androidx.fragment/fragment
|
|
|
|
implementation "androidx.appcompat:appcompat:$appcompat_version"
|
|
|
|
implementation "androidx.appcompat:appcompat:$appcompat_version"
|
|
|
|