-
-
Notifications
You must be signed in to change notification settings - Fork 137
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e20861d
commit 2eaab89
Showing
7 changed files
with
27 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ buildscript { | |
maven { url 'https://plugins.gradle.org/m2/' } | ||
} | ||
dependencies { | ||
classpath 'gradle.plugin.com.onesignal:onesignal-gradle-plugin:0.11.2' | ||
classpath 'gradle.plugin.com.onesignal:onesignal-gradle-plugin:0.12.1' | ||
} | ||
} | ||
apply plugin: 'com.onesignal.androidsdk.onesignal-gradle-plugin' | ||
|
@@ -55,8 +55,8 @@ android { | |
applicationId "jahirfiquitiva.apps.blueprint.demo" | ||
minSdkVersion versions.minSdk | ||
targetSdkVersion versions.targetSdk | ||
versionCode 131 | ||
versionName "1.3.1" | ||
versionCode 140 | ||
versionName "1.4.0" | ||
vectorDrawables.useSupportLibrary = true | ||
proguardFiles 'proguard-android-optimize.txt', 'proguard-rules.pro' | ||
consumerProguardFiles 'proguard-android-optimize.txt', 'proguard-rules.pro' | ||
|
@@ -91,7 +91,7 @@ android { | |
|
||
dependencies { | ||
// Blueprint | ||
implementation('com.jahirfiquitiva:Blueprint:1.3.1@aar') { | ||
implementation('com.jahirfiquitiva:Blueprint:1.4.0@aar') { | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
jahirfiquitiva
Author
Owner
|
||
transitive = true | ||
} | ||
// TODO: Remove comment marks to enable | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Should be 1.4.1@aar