@@ -8,10 +8,10 @@ android {
88
99 defaultConfig {
1010 applicationId " com.btn.pronotes"
11- minSdk 21
11+ minSdk 23
1212 targetSdk 34
13- versionCode 11
14- versionName " 11 .0"
13+ versionCode 12
14+ versionName " 12 .0"
1515
1616 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
1717 }
@@ -39,17 +39,17 @@ android {
3939
4040dependencies {
4141 implementation ' com.github.dhaval2404:ColorPicker:2.3'
42- implementation ' androidx.appcompat:appcompat:1.6.1 '
43- implementation ' com.google.android.material:material:1.11 .0'
42+ implementation ' androidx.appcompat:appcompat:1.7.0 '
43+ implementation ' com.google.android.material:material:1.12 .0'
4444 implementation ' androidx.constraintlayout:constraintlayout:2.1.4'
4545 // Androidx room
4646 implementation " androidx.room:room-runtime:2.6.1"
4747 implementation ' androidx.navigation:navigation-fragment:2.7.7'
4848 implementation ' androidx.navigation:navigation-ui:2.7.7'
4949 annotationProcessor " androidx.room:room-compiler:2.6.1"
5050 testImplementation ' junit:junit:4.13.2'
51- androidTestImplementation ' androidx.test.ext:junit:1.1.5 '
52- androidTestImplementation ' androidx.test.espresso:espresso-core:3.5 .1'
51+ androidTestImplementation ' androidx.test.ext:junit:1.2.1 '
52+ androidTestImplementation ' androidx.test.espresso:espresso-core:3.6 .1'
5353 implementation ' com.intuit.sdp:sdp-android:1.1.0'
5454 implementation ' com.intuit.ssp:ssp-android:1.1.0'
5555
@@ -74,7 +74,7 @@ dependencies {
7474 implementation ' com.guolindev.permissionx:permissionx:1.7.1'
7575
7676 // firebase
77- implementation platform(' com.google.firebase:firebase-bom:32.0.0 ' )
77+ implementation platform(' com.google.firebase:firebase-bom:33.1.1 ' )
7878 implementation ' com.google.firebase:firebase-analytics'
7979 implementation ' com.google.firebase:firebase-firestore'
8080 implementation ' com.google.firebase:firebase-storage'
0 commit comments