Skip to content

Commit

Permalink
set target sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
bvlion committed Aug 27, 2023
1 parent b0abbe2 commit 1e9f017
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions androidApp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ android {
compileSdk = 33
defaultConfig {
minSdk = 26
versionCode = 7
versionName = "1.0.2"
targetSdk = 33
versionCode = 8
versionName = "1.0.3"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down

0 comments on commit 1e9f017

Please sign in to comment.