Skip to content

Commit

Permalink
v2.027
Browse files Browse the repository at this point in the history
  • Loading branch information
danbrough committed May 7, 2017
1 parent c8cd99c commit 89fc518
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions build.gradle
Expand Up @@ -26,8 +26,8 @@ task clean(type: Delete) {
ext {
compileSdkVersion = 25
buildToolsVersion = "25.0.3"
versionCode = 26
versionName = "v2.026"
versionCode = 27
versionName = "v2.027"
supportLibVersion = "25.3.1"
}

Expand Down
1 change: 1 addition & 0 deletions ffmpeg/build.sh
Expand Up @@ -55,6 +55,7 @@ build(){
}

build_all(){
#for ABI in x86; do
for ABI in x86 x86_64 armeabi armeabi-v7a arm64-v8a; do
build $ABI HOST: $HOST_SYSTEM
done
Expand Down
1 change: 0 additions & 1 deletion ffmpeg/common.sh
Expand Up @@ -2,7 +2,6 @@


FFMPEG_SRC="${ROOT}/ffmpeg.git"
#FFMPEG_VERSION=n3.2.4
FFMPEG_VERSION=n3.3

OS=`uname`
Expand Down

0 comments on commit 89fc518

Please sign in to comment.