Skip to content

Commit

Permalink
v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Sovan22 committed Dec 26, 2023
1 parent b4530ae commit fed68e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ android {
minSdk 26
targetSdk 34
versionCode 1
versionName "1.1.1"
versionName "1.1.2"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

Expand Down
2 changes: 1 addition & 1 deletion app/src/main/java/com/demomiru/tokeiv2/MainActivity.kt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ import kotlinx.coroutines.withContext

@Suppress("DEPRECATION")
class MainActivity : AppCompatActivity() {
private val version = 111
private val version = 112
private lateinit var watchHistoryRc : RecyclerView
private val database by lazy { ContinueWatchingDatabase.getInstance(this) }
private val watchHistoryDao by lazy { database.watchDao() }
Expand Down

0 comments on commit fed68e1

Please sign in to comment.