Skip to content

Commit

Permalink
Merge pull request #6 from Crazy-Marvin/development
Browse files Browse the repository at this point in the history
Bump Version
  • Loading branch information
CrazyMarvin authored Jul 17, 2020
2 parents f5fc6c8 + 0a66fce commit 8035d6f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 29
compileSdkVersion 30
buildToolsVersion "29.0.2"
defaultConfig {
applicationId "rocks.poopjournal.flashy"
minSdkVersion 19
targetSdkVersion 29
versionCode 1
versionName "1.0"
targetSdkVersion 30
versionCode 2
versionName "1.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/video.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://youtu.be/zJwWaMxMwms

0 comments on commit 8035d6f

Please sign in to comment.