Skip to content

Commit

Permalink
Prepare for v3.5.0-beta.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sarsamurmu committed Sep 17, 2019
1 parent ff02e62 commit 75e7613
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ android {
targetSdkVersion rootProject.ext.TargetSdk
versionCode 1
versionName "1.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
multiDexEnabled true

// Remove '/*' and '*/' below to enable OneSignal
/*
Expand All @@ -48,6 +48,7 @@ android {

buildTypes {
release {
debuggable false
minifyEnabled true
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
Expand All @@ -72,7 +73,7 @@ dependencies {
* 6. Done
*/

implementation 'com.github.zixpo:candybar:v3.5.0-beta.6.3'
implementation 'com.github.zixpo:candybar:v3.5.0-beta.6.4'

// Remove '//' below to Enable OneSignal
//implementation 'com.onesignal:OneSignal:3.10.7'
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ allprojects {
rootProject.ext {
BuildTools = "29.0.0"
MinSdk = 15
TargetSdk = 28
CompileSdk = 28
TargetSdk = 29
CompileSdk = 29
SupportLibrary = "27.1.1"
}

Expand Down

0 comments on commit 75e7613

Please sign in to comment.