Skip to content

Commit

Permalink
Merge pull request #9 from spressoinsights/development
Browse files Browse the repository at this point in the history
Merging latest changes from development
  • Loading branch information
evolquez authored Dec 5, 2023
2 parents b8ac584 + 1b52050 commit 57115dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spresso/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ afterEvaluate {

group 'com.spressoinsights.spresso_sdk_android'
artifactId 'spresso'
version '1.2.4'
version '1.2.5'
}
}
repositories {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* May be overridden to achieve custom behavior.
*/
/* package */ class SpressoConfig {
public static final String VERSION = "1.2.4";
public static final String VERSION = "1.2.5";

// Set to true to see lots of internal debugging logcat output.
// This should be set to false in production builds
Expand Down

0 comments on commit 57115dc

Please sign in to comment.