Skip to content

Commit

Permalink
App version bumped to 19 (v1.9)
Browse files Browse the repository at this point in the history
  • Loading branch information
tanujnotes committed Nov 23, 2020
1 parent 8771cb0 commit 5d7c047
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ android {
applicationId "app.olauncher"
minSdkVersion 23
targetSdkVersion 30
versionCode 18
versionName "v1.8"
versionCode 19
versionName "v1.9"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/java/app/olauncher/MainViewModel.kt
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ class MainViewModel(application: Application) : AndroidViewModel(application) {
showToastShort(appContext, "App not found")
return
}
// TODO: Handle multiple launch activities in an app
// TODO: Handle multiple launch activities in an app. This is NOT the way.
val component = ComponentName(packageName, activityInfo[0].name)

try {
Expand Down

0 comments on commit 5d7c047

Please sign in to comment.