NDK and dependencies upgrade

This commit is contained in:
Juha Heinanen
2024-05-23 16:28:06 +03:00
parent 670e2c55a1
commit acc3e419fd
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -4,7 +4,7 @@ apply plugin: 'kotlin-kapt'
android { android {
compileSdkVersion = 34 compileSdkVersion = 34
ndkVersion '26.2.11394342' ndkVersion '26.3.11579264'
defaultConfig { defaultConfig {
applicationId = 'com.tutpro.baresip' applicationId = 'com.tutpro.baresip'
minSdkVersion 23 minSdkVersion 23
@@ -71,6 +71,6 @@ dependencies {
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4' implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4'
implementation "androidx.lifecycle:lifecycle-extensions:2.2.0" implementation "androidx.lifecycle:lifecycle-extensions:2.2.0"
implementation "androidx.activity:activity-ktx:1.9.0" implementation "androidx.activity:activity-ktx:1.9.0"
implementation "androidx.fragment:fragment-ktx:1.7.0" implementation "androidx.fragment:fragment-ktx:1.7.1"
implementation 'androidx.media:media:1.7.0' implementation 'androidx.media:media:1.7.0'
} }
+1 -1
View File
@@ -8,7 +8,7 @@ buildscript {
} }
dependencies { dependencies {
// noinspection AndroidGradlePluginVersion // noinspection AndroidGradlePluginVersion
classpath 'com.android.tools.build:gradle:8.4.0' classpath 'com.android.tools.build:gradle:8.4.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
} }
} }