Skip to content

Commit

Permalink
Fixed android sample issue
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorKabata committed Jul 29, 2024
1 parent 47ee704 commit 85e85cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app-android/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ plugins {

android {
namespace = "com.vickikbt.app_android"
compileSdk = 33
compileSdk = 34

defaultConfig {
applicationId = "com.vickikbt.app_android"

minSdk = 21
targetSdk = 33
targetSdk = 34
versionCode = 1
versionName = "1.0"

Expand Down

0 comments on commit 85e85cf

Please sign in to comment.