fix compilation
This commit is contained in:
parent
d6e7d282e3
commit
ad70b401c6
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ plugins {
|
|||
|
||||
android {
|
||||
namespace = "fr.uparis.diamantkennel.memorisationapplication"
|
||||
compileSdk = 33
|
||||
compileSdk = 34
|
||||
|
||||
defaultConfig {
|
||||
applicationId = "fr.uparis.diamantkennel.memorisationapplication"
|
||||
|
@ -66,4 +66,4 @@ dependencies {
|
|||
androidTestImplementation("androidx.compose.ui:ui-test-junit4")
|
||||
debugImplementation("androidx.compose.ui:ui-tooling")
|
||||
debugImplementation("androidx.compose.ui:ui-test-manifest")
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue