Skip to content

Commit

Permalink
release v2.2.0
Browse files Browse the repository at this point in the history
* change build version
* change threads to tasks in Windows app
  • Loading branch information
teamclouday committed Sep 6, 2022
1 parent ce2cb2e commit 8c77be6
Show file tree
Hide file tree
Showing 5 changed files with 204 additions and 132 deletions.
4 changes: 2 additions & 2 deletions Android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ android {
applicationId "com.example.androidsteering"
minSdkVersion 19
targetSdkVersion 32
versionCode 5
versionName "2.1.0"
versionCode 6
versionName "2.2.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down
Loading

0 comments on commit 8c77be6

Please sign in to comment.