Skip to content

Commit

Permalink
updated sdk version and versionCode
Browse files Browse the repository at this point in the history
  • Loading branch information
bobzurad committed Mar 5, 2024
1 parent 74d490e commit a9219cb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Android/app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 31
compileSdkVersion 33
buildToolsVersion "30.0.2"
defaultConfig {
applicationId "net.zurad.bob.whitenoisenightlight"
minSdkVersion 19
targetSdkVersion 31
versionCode 5
targetSdkVersion 33
versionCode 6
versionName "1.0.2"
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
}
Expand Down

0 comments on commit a9219cb

Please sign in to comment.