Skip to content

Commit

Permalink
1.6 --> 1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
CrazyMarvin authored Dec 5, 2023
1 parent 07e2ed1 commit 660fa92
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
apply plugin: 'com.android.application'

android {
compileSdk 33
compileSdk 34
defaultConfig {
applicationId "rocks.poopjournal.flashy"
minSdk 19
targetSdk 33
versionCode 7
versionName "1.6"
targetSdk 34
versionCode 8
versionName "1.7"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
multiDexEnabled true
resConfigs "en", "cs", "hr", "lt", "nb-rNO", "pt-rBR", "tr"
Expand Down

0 comments on commit 660fa92

Please sign in to comment.