Skip to content

Commit

Permalink
chore: no longer using foreground service microphone
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremynorman89 committed Aug 22, 2024
1 parent 1539324 commit d7cbb84
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ buildscript {
dependencies {
classpath("com.android.tools.build:gradle:7.4.2")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:${project.extra["kotlinVersion"]}")
classpath("com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.5")
classpath("com.google.gms:google-services:4.4.1")
classpath("com.github.kezong:fat-aar:1.3.6")
}
Expand Down
1 change: 0 additions & 1 deletion pil/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ plugins {
id("com.android.library")
kotlin("android")
id("maven-publish")
id("com.jfrog.bintray")
id("com.palantir.git-version") version "3.0.0"
id("com.kezong.fat-aar")
id("kotlin-android")
Expand Down

0 comments on commit d7cbb84

Please sign in to comment.