Skip to content

Commit

Permalink
Bump version from 1.1.3 to 1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Android1500 committed Aug 30, 2022
1 parent 70ffcf5 commit d33dadd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 20 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@ plugins {
id 'kotlin-parcelize'
}

def tagName = 'v1.1.3'
def tagName = 'v1.1.4'

android {
compileSdk 32
defaultConfig {
applicationId "com.android1500.gpssetter"
minSdk 27
targetSdk 32
versionCode 113
versionName "1.1.3"
versionCode 114
versionName "1.1.4"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
buildConfigField("String", "TAG_NAME", "\"${tagName}\"")
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,6 @@ package com.android1500.gpssetter.module.util
import javax.inject.Qualifier


@Qualifier
@Retention(AnnotationRetention.BINARY)
annotation class ForApplication

@Qualifier
@Retention(AnnotationRetention.BINARY)
annotation class ForActivity

@Retention(AnnotationRetention.RUNTIME)
@Qualifier
annotation class ApplicationScope
Original file line number Diff line number Diff line change
Expand Up @@ -227,15 +227,7 @@ class MainViewModel @Inject constructor(
}
}












sealed class State {
object Idle: State()
Expand Down

0 comments on commit d33dadd

Please sign in to comment.