Skip to content

Commit

Permalink
feat(bank-sdk): Raise Compile SDK Level to 34 and update AGP to versi…
Browse files Browse the repository at this point in the history
…on 8.1.4

BSDK-23
  • Loading branch information
a-szotyori committed Dec 20, 2023
1 parent 121a317 commit b8d69f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[versions]
android-compileSdk = "33"
android-compileSdk = "34"
android-minSdk = "21"
android-targetSdk = "33"
kotlin = "1.8.20"
android-gradle-plugin = "8.1.0"
android-gradle-plugin = "8.1.4"
dokka = "1.7.20"
androidx-lifecycle = "2.5.1"
androidx-camera = "1.2.2"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ internal class BankButton @JvmOverloads constructor(

var showEditIcon = true

override fun onDraw(canvas: Canvas?) {
override fun onDraw(canvas: Canvas) {
super.onDraw(canvas)

if (showEditIcon) {
Expand Down

0 comments on commit b8d69f1

Please sign in to comment.