mirror of
https://github.com/jfoucry/Pilldroid.git
synced 2024-11-22 04:29:22 +01:00
Change version of recyclerView dependency
Change app version
This commit is contained in:
parent
e0af464a87
commit
8414bfb948
1 changed files with 2 additions and 3 deletions
|
@ -3,7 +3,7 @@ apply plugin: 'com.android.application'
|
|||
|
||||
ext.versionMajor = 0
|
||||
ext.versionMinor = 0
|
||||
ext.versionPatch = 20210406
|
||||
ext.versionPatch = 20210513
|
||||
ext.versionClassifier = null
|
||||
ext.isSnapshot = false
|
||||
ext.minimumSdkVersion = defaultMinSdkVersion
|
||||
|
@ -47,7 +47,6 @@ android {
|
|||
}
|
||||
|
||||
repositories {
|
||||
jcenter()
|
||||
mavenCentral()
|
||||
}
|
||||
sourceSets {
|
||||
|
@ -62,7 +61,7 @@ dependencies {
|
|||
testImplementation 'junit:junit:4.13.2'
|
||||
|
||||
implementation 'androidx.appcompat:appcompat:1.2.0'
|
||||
implementation 'androidx.recyclerview:recyclerview:1.1.0'
|
||||
implementation 'androidx.recyclerview:recyclerview:1.2.0'
|
||||
implementation 'com.google.android.material:material:1.3.0'
|
||||
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
|
||||
|
||||
|
|
Loading…
Reference in a new issue