Skip to content

Commit

Permalink
Specified ProGuard rules in library modules.
Browse files Browse the repository at this point in the history
  • Loading branch information
gkonovalov committed Dec 30, 2024
1 parent dfc6ab0 commit 133ef0e
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 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.7.2'
classpath 'com.android.tools.build:gradle:8.7.3'
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.21'
}
}
Expand Down
8 changes: 4 additions & 4 deletions example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ android {
compileSdk 35
minSdkVersion 23
targetSdkVersion 35
versionCode 16
versionName "2.0.7"
versionCode 17
versionName "2.0.8"

setProperty("archivesBaseName", "Android-VAD-v" + versionName)

Expand Down Expand Up @@ -44,8 +44,8 @@ dependencies {

implementation 'com.google.android.material:material:1.12.0'
implementation 'androidx.appcompat:appcompat:1.7.0'
implementation 'androidx.navigation:navigation-fragment-ktx:2.8.4'
implementation 'androidx.navigation:navigation-ui-ktx:2.8.4'
implementation 'androidx.navigation:navigation-fragment-ktx:2.8.5'
implementation 'androidx.navigation:navigation-ui-ktx:2.8.5'
implementation 'androidx.constraintlayout:constraintlayout:2.2.0'

implementation 'com.github.permissions-dispatcher:permissionsdispatcher:4.9.2'
Expand Down
6 changes: 3 additions & 3 deletions silero/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
compileSdk 35
minSdkVersion 21
targetSdkVersion 35
versionCode 16
versionName "2.0.7"
versionCode 17
versionName "2.0.8"

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

Expand All @@ -20,7 +20,7 @@ android {
}

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles 'consumer-rules.pro'
consumerProguardFiles 'proguard-rules.pro'
}

buildTypes {
Expand Down
6 changes: 3 additions & 3 deletions webrtc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
compileSdk 35
minSdkVersion 16
targetSdkVersion 35
versionCode 16
versionName "2.0.7"
versionCode 17
versionName "2.0.8"

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

Expand All @@ -22,7 +22,7 @@ android {
}

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles 'consumer-rules.pro'
consumerProguardFiles 'proguard-rules.pro'
}

externalNativeBuild {
Expand Down
6 changes: 3 additions & 3 deletions yamnet/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
compileSdk 35
minSdkVersion 23
targetSdkVersion 35
versionCode 16
versionName "2.0.7"
versionCode 17
versionName "2.0.8"

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

Expand All @@ -20,7 +20,7 @@ android {
}

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles 'consumer-rules.pro'
consumerProguardFiles 'proguard-rules.pro'
}

buildTypes {
Expand Down

0 comments on commit 133ef0e

Please sign in to comment.