Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gkonovalov committed Nov 30, 2024
1 parent 2d1549d commit 5bcf5be
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 20 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:8.2.2'
classpath 'com.android.tools.build:gradle:8.7.2'
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.21'
}
}
Expand Down
4 changes: 2 additions & 2 deletions example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ android {
namespace "com.konovalov.vad.example"

defaultConfig {
compileSdk 34
compileSdk 35
minSdkVersion 23
targetSdkVersion 34
targetSdkVersion 35
versionCode 15
versionName "2.0.7"

Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Mon Nov 18 22:16:11 PST 2024
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
8 changes: 3 additions & 5 deletions silero/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,9 @@ android {
namespace "com.konovalov.vad.silero"

defaultConfig {
compileSdk 34
compileSdk 35
minSdkVersion 21
targetSdkVersion 34
versionCode 15
versionName "2.0.7"
targetSdkVersion 35

setProperty("archivesBaseName", "android-vad-silero-v" + versionName)

Expand Down Expand Up @@ -54,7 +52,7 @@ android {
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])

implementation(platform('org.jetbrains.kotlin:kotlin-bom:1.8.21'))
implementation(platform('org.jetbrains.kotlin:kotlin-bom:2.0.21'))
implementation 'com.microsoft.onnxruntime:onnxruntime-android:1.20.0'

testImplementation 'junit:junit:4.13.2'
Expand Down
12 changes: 6 additions & 6 deletions webrtc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ android {
namespace "com.konovalov.vad.webrtc"

defaultConfig {
compileSdk 34
compileSdk 35
minSdkVersion 16
targetSdkVersion 34
versionCode 15
versionName "2.0.7"
targetSdkVersion 35

setProperty("archivesBaseName", "android-vad-webrtc-v" + versionName)

ndkVersion "21.4.7075529"

ndk {
abiFilters "armeabi-v7a", "x86", "x86_64", "arm64-v8a"
}
Expand Down Expand Up @@ -56,10 +56,10 @@ android {
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])

implementation(platform('org.jetbrains.kotlin:kotlin-bom:1.8.21'))
implementation(platform('org.jetbrains.kotlin:kotlin-bom:2.0.21'))

testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test:runner:1.4.0'
androidTestImplementation 'androidx.test.ext:junit-ktx:1.1.4'
androidTestImplementation 'androidx.test.ext:junit-ktx:1.1.5'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
}
8 changes: 3 additions & 5 deletions yamnet/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,9 @@ android {
namespace "com.konovalov.vad.yamnet"

defaultConfig {
compileSdk 34
compileSdk 35
minSdkVersion 23
targetSdkVersion 34
versionCode 15
versionName "2.0.7"
targetSdkVersion 35

setProperty("archivesBaseName", "android-vad-yamnet-v" + versionName)

Expand Down Expand Up @@ -54,7 +52,7 @@ android {
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])

implementation(platform('org.jetbrains.kotlin:kotlin-bom:1.8.21'))
implementation(platform('org.jetbrains.kotlin:kotlin-bom:2.0.21'))
implementation 'org.tensorflow:tensorflow-lite-task-audio:0.4.4'

testImplementation 'junit:junit:4.13.2'
Expand Down

0 comments on commit 5bcf5be

Please sign in to comment.