Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Buzzvil/buzz-sdk-samples
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Kim committed Mar 4, 2020
2 parents 70a6ca4 + d39b173 commit 2dddcde
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 2dddcde

Please sign in to comment.