Skip to content

Commit

Permalink
Update build.gradle.kts
Browse files Browse the repository at this point in the history
  • Loading branch information
teolemon committed Dec 26, 2020
1 parent aabd9d6 commit 777a0d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Expand Up @@ -197,8 +197,8 @@ android {
minSdkVersion(16)
targetSdkVersion(30)

versionCode = 360
versionName = "3.6.0"
versionCode = 361
versionName = "3.6.1"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
Expand Down

0 comments on commit 777a0d9

Please sign in to comment.