Skip to content

Commit

Permalink
remove android release template
Browse files Browse the repository at this point in the history
  • Loading branch information
tanersener committed Nov 19, 2022
1 parent e0eb57b commit c3877ef
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 126 deletions.
4 changes: 0 additions & 4 deletions android/ffmpeg-kit-android-lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,3 @@ dependencies {
testImplementation "androidx.test.ext:junit:1.1.3"
testImplementation 'org.json:json:20220320'
}

if (System.properties.containsKey('releaseFFmpegKit')) {
apply from: "${rootProject.projectDir}/../tools/android/release.template.gradle"
}
4 changes: 0 additions & 4 deletions tools/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,3 @@ dependencies {
testImplementation "androidx.test.ext:junit:1.1.3"
testImplementation 'org.json:json:20220320'
}

if (System.properties.containsKey('releaseFFmpegKit')) {
apply from: "${rootProject.projectDir}/../tools/android/release.template.gradle"
}
4 changes: 0 additions & 4 deletions tools/android/build.lts.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,3 @@ dependencies {
testImplementation "androidx.test.ext:junit:1.1.3"
testImplementation 'org.json:json:20220320'
}

if (System.properties.containsKey('releaseFFmpegKit')) {
apply from: "${rootProject.projectDir}/../tools/android/release.template.gradle"
}
114 changes: 0 additions & 114 deletions tools/android/release.template.gradle

This file was deleted.

0 comments on commit c3877ef

Please sign in to comment.