Skip to content

Commit

Permalink
buzzad-offerwall:1.1.4 - fixed-proguard-rules
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Kim committed Mar 4, 2020
1 parent 0f3de40 commit d39b173
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions buzzad-offerwall/buzzad-sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,20 @@ android {
}

buildTypes {
release {
debug {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
}

release {
minifyEnabled true
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
}
}
}

dependencies {
implementation "com.buzzvil:buzzad-offerwall:1.1.3"
implementation "com.buzzvil:buzzad-offerwall:1.1.4"
implementation "com.google.android.gms:play-services-base:15.0.1"
implementation "com.google.android.gms:play-services-ads-identifier:15.0.1"
}

0 comments on commit d39b173

Please sign in to comment.