Skip to content
This repository has been archived by the owner on Apr 12, 2022. It is now read-only.

Commit

Permalink
version ++
Browse files Browse the repository at this point in the history
  • Loading branch information
giomfo committed Mar 30, 2018
1 parent 94df765 commit 3203641
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions matrix-sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ android {
minSdkVersion 16
targetSdkVersion 26
// use version to define a version code.
versionCode 901
version "0.9.1"
versionName "0.9.1"
versionCode 902
version "0.9.2"
versionName "0.9.2"
resValue "string", "flavor_description", "SDKApp"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
Expand Down

0 comments on commit 3203641

Please sign in to comment.