Skip to content

Commit

Permalink
Release 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
andrzej-nov committed Apr 29, 2022
1 parent 1825cb1 commit 6f35812
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ android {
applicationId 'com.andrzejn.chainrelations'
minSdkVersion 19
targetSdkVersion 30
versionCode 5
versionName '1.4'
versionCode 6
versionName '1.5'
multiDexEnabled true
}
compileOptions {
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ allprojects {
apply plugin: 'eclipse'
apply plugin: 'idea'

version = '1.4'
version = '1.5'
ext {
appName = 'ChainRelations'
}
Expand Down

0 comments on commit 6f35812

Please sign in to comment.