File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed
Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
22All 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
Original file line number Diff line number Diff line change 11buildscript {
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
You can’t perform that action at this time.
0 commit comments