Skip to content

Commit

Permalink
change jitpack stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
pedromalta committed Feb 19, 2018
1 parent dd98b00 commit d688a71
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
14 changes: 8 additions & 6 deletions android-ffmpeg/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ext {
siteUrl = 'https://github.com/bravobit/FFmpeg-Android'
gitUrl = 'https://github.com/bravobit/FFmpeg-Android.git'

libraryVersion = '1.1.1'
libraryVersion = '1.1.2'

developerId = 'Bravobit'
developerName = 'Bravobit'
Expand All @@ -22,13 +22,13 @@ ext {
}

android {
compileSdkVersion 27
compileSdkVersion 26

defaultConfig {
minSdkVersion 16
targetSdkVersion 27
versionCode 11
versionName "1.1.1"
targetSdkVersion 26
versionCode 12
versionName "1.1.2"
}

compileOptions {
Expand All @@ -48,7 +48,9 @@ android {
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])

implementation 'com.android.support:appcompat-v7:27.0.2'
implementation 'com.android.support:appcompat-v7:26.0.2'


}

apply plugin: 'com.github.dcendents.android-maven'
Expand Down
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:3.0.1'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.3'
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.0'
}
}

Expand Down

0 comments on commit d688a71

Please sign in to comment.