Added new line to AndroidManifest.xml

Dependencies upgrade
This commit is contained in:
Juha Heinanen
2023-05-08 13:23:45 +03:00
parent 4a75e7e315
commit edd7a20d2d
2 changed files with 2 additions and 1 deletions

View File

@ -62,7 +62,7 @@ dependencies {
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
implementation 'com.google.android.material:material:1.8.0'
implementation 'com.google.android.material:material:1.9.0'
implementation 'androidx.cardview:cardview:1.0.0'
implementation 'androidx.localbroadcastmanager:localbroadcastmanager:1.1.0'
implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.1.0"

View File

@ -207,6 +207,7 @@
<action android:name="com.tutpro.baresip.QUIT" />
</intent-filter>
</receiver>
</application>
</manifest>