Skip to content

Commit b477b9c

Browse files
committed
0.0.7
1 parent 6285c43 commit b477b9c

File tree

7 files changed

+6
-6
lines changed

7 files changed

+6
-6
lines changed

FFmpegAndroid/FFmpegAndroid.aar

-9.07 MB
Binary file not shown.

FFmpegAndroid/build.gradle

Lines changed: 0 additions & 2 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ repositories {
7373
}
7474
7575
dependencies {
76-
compile 'com.github.adrielcafe:AndroidAudioConverter:0.0.5'
76+
compile 'com.github.adrielcafe:AndroidAudioConverter:0.0.7'
7777
}
7878
```
7979

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ android {
1919
}
2020

2121
dependencies {
22-
compile project(':lib')
2322
compile 'com.android.support:appcompat-v7:24.2.0'
23+
compile project(':lib')
2424
}

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ buildscript {
1010
allprojects {
1111
repositories {
1212
jcenter()
13+
maven { url "https://jitpack.io" }
1314
}
1415
}
1516

lib/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ android {
99
targetSdkVersion 24
1010
versionCode 1
1111
versionName "1.0"
12+
1213
}
1314
buildTypes {
1415
release {
@@ -19,5 +20,5 @@ android {
1920
}
2021

2122
dependencies {
22-
compile project(':FFmpegAndroid')
23+
compile 'com.github.adrielcafe:ffmpeg-android-java:2a627f6ecd@aar'
2324
}

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
include ':app', ':lib', ':FFmpegAndroid'
1+
include ':app', ':lib'

0 commit comments

Comments
 (0)