Skip to content

Commit 4883fd4

Browse files
committed
Upgrade dependencies and publish 0.50.2
1 parent e76af1d commit 4883fd4

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4+
## [0.50.2]
5+
6+
### Fixed
7+
- Coupon loading behavior
8+
49
## [0.50.1]
510

611
### Fixed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
buildscript {
2-
ext.kotlin_version = "1.5.21"
2+
ext.kotlin_version = "1.5.31"
33

44
repositories {
55
google()
@@ -12,7 +12,7 @@ buildscript {
1212

1313
dependencies {
1414
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
15-
classpath 'com.android.tools.build:gradle:7.0.1'
15+
classpath 'com.android.tools.build:gradle:7.0.2'
1616
classpath 'gradle.plugin.com.github.jlouns:gradle-cross-platform-exec-plugin:0.5.0'
1717
classpath "gradle.plugin.gmazzo:sqlite-plugin:0.2"
1818
}
@@ -31,7 +31,7 @@ allprojects {
3131
}
3232

3333
project.ext {
34-
sdkVersion='0.50.0'
34+
sdkVersion='0.50.2'
3535
versionCode=1
3636

3737
compileSdkVersion=31

0 commit comments

Comments
 (0)