mirror of
https://github.com/jfoucry/Pilldroid.git
synced 2024-11-13 00:51:35 +01:00
Androix.ConstraintLayout
Ugrade other dependencies
This commit is contained in:
parent
33fa352162
commit
e4a272b125
1 changed files with 10 additions and 9 deletions
|
@ -30,7 +30,7 @@ android {
|
||||||
keyPassword secretProperties['signing_key_password']
|
keyPassword secretProperties['signing_key_password']
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
compileSdk 31
|
compileSdk 33
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId "net.foucry.pilldroid"
|
applicationId "net.foucry.pilldroid"
|
||||||
|
@ -97,21 +97,22 @@ sourceSets {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation "androidx.room:room-common:2.4.2"
|
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
|
||||||
annotationProcessor "androidx.room:room-compiler:2.4.2"
|
implementation "androidx.room:room-common:2.4.3"
|
||||||
implementation "androidx.room:room-testing:2.4.2"
|
annotationProcessor "androidx.room:room-compiler:2.4.3"
|
||||||
implementation "androidx.room:room-rxjava3:2.4.2"
|
implementation "androidx.room:room-testing:2.4.3"
|
||||||
implementation "androidx.room:room-runtime:2.4.2"
|
implementation "androidx.room:room-rxjava3:2.4.3"
|
||||||
|
implementation "androidx.room:room-runtime:2.4.3"
|
||||||
|
|
||||||
implementation fileTree(include: ['*.jar'], dir: 'libs')
|
implementation fileTree(include: ['*.jar'], dir: 'libs')
|
||||||
testImplementation 'junit:junit:4.13.2'
|
testImplementation 'junit:junit:4.13.2'
|
||||||
|
|
||||||
implementation 'androidx.appcompat:appcompat:1.4.2'
|
implementation 'androidx.appcompat:appcompat:1.5.1'
|
||||||
implementation 'androidx.recyclerview:recyclerview:1.2.1'
|
implementation 'androidx.recyclerview:recyclerview:1.2.1'
|
||||||
implementation 'com.google.android.material:material:1.6.1'
|
implementation 'com.google.android.material:material:1.6.1'
|
||||||
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
|
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
|
||||||
implementation 'com.journeyapps:zxing-android-embedded:4.3.0'
|
implementation 'com.journeyapps:zxing-android-embedded:4.3.0'
|
||||||
implementation 'androidx.core:core:1.8.0'
|
implementation 'androidx.core:core:1.9.0'
|
||||||
|
|
||||||
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.2.0'
|
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.0.0'
|
||||||
}
|
}
|
Loading…
Reference in a new issue