Skip to content

Commit

Permalink
app: release 2.0.3 with small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
imkiva committed Nov 8, 2018
1 parent 6024120 commit cc862be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
applicationId "io.neoterm"
minSdkVersion rootProject.ext.android.MIN_SDK_VERSION
targetSdkVersion rootProject.ext.android.TARGET_SDK_VERSION
versionCode 35
versionName "2.0.2"
versionCode 36
versionName "2.0.3"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
resConfigs "zh-rCN", "zh-rTW"
externalNativeBuild {
Expand Down

0 comments on commit cc862be

Please sign in to comment.