Skip to content

Commit

Permalink
FIX: version after 2.1.9 should be 2.2.0 not 2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Zdeněk Balák committed May 12, 2020
1 parent 2a4cf37 commit a110628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kotlinlog/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ android {
minSdkVersion 16
targetSdkVersion 27
versionCode 2
versionName "2.2"
versionName "2.0"

testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
Expand Down

0 comments on commit a110628

Please sign in to comment.