Skip to content

Commit

Permalink
fix: upgrade aar to 0.5.1, use consumerProguardFiles fix #178
Browse files Browse the repository at this point in the history
  • Loading branch information
befovy committed Feb 21, 2020
1 parent bc6ee49 commit f56de4e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
4 changes: 2 additions & 2 deletions android/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.5.2'
classpath 'com.android.tools.build:gradle:3.5.3'
}
}

Expand Down Expand Up @@ -40,6 +40,6 @@ dependencies {
// implementation(name: 'fijkplayer-full-release', ext: 'aar')

// fijkplayer-full include the java lib and native shared libs for armv5 armv7 arm64 x86 x86_64
implementation 'com.befovy.fijkplayer:fijkplayer-full:0.5.0'
implementation 'com.befovy.fijkplayer:fijkplayer-full:0.5.1'
implementation 'androidx.annotation:annotation:1.1.0'
}
3 changes: 2 additions & 1 deletion example/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,9 @@ android {
buildTypes {
release {
// Signing with the debug keys for now, so `flutter run --release` works.
minifyEnabled true
signingConfig signingConfigs.debug
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
// proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
}
Expand Down
3 changes: 0 additions & 3 deletions example/android/app/proguard-rules.pro

This file was deleted.

2 changes: 1 addition & 1 deletion example/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:3.5.2'
classpath 'com.android.tools.build:gradle:3.5.3'
}
}

Expand Down

0 comments on commit f56de4e

Please sign in to comment.