Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Bryanx committed Nov 18, 2021
1 parent 9ea22ab commit 1e7ba46
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
Expand Up @@ -5,17 +5,17 @@ apply plugin: "kotlin-kapt"
apply plugin: 'com.google.firebase.crashlytics'

android {
compileSdkVersion 29
compileSdkVersion 30
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
defaultConfig {
applicationId "nl.bryanderidder.byheart"
minSdkVersion 19
targetSdkVersion 29
versionCode 21
versionName "2.3.0"
targetSdkVersion 30
versionCode 22
versionName "2.3.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
multiDexEnabled true
}
Expand Down

0 comments on commit 1e7ba46

Please sign in to comment.