1. bump version

This commit is contained in:
vadym 2020-07-07 01:32:30 -07:00
parent 0281b9c5c5
commit c83147197d

View File

@ -8,8 +8,8 @@ android {
applicationId "io.github.chronosx88.yggdrasil"
minSdkVersion 21
targetSdkVersion 29
versionCode 2
versionName "1.2"
versionCode 3
versionName "1.3"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
project.ext.set("archivesBaseName", project.getParent().name+"-"+versionName)
}