Skip to content

Commit

Permalink
v1.0 --> v1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
CrazyMarvin authored Jul 17, 2020
1 parent be7ea59 commit 0a66fce
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,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

0 comments on commit 0a66fce

Please sign in to comment.