Skip to content

Commit

Permalink
Bump version id to 10060
Browse files Browse the repository at this point in the history
  • Loading branch information
Hamza417 committed May 12, 2024
1 parent 11d38ec commit 3e93ff5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ android {
applicationId "app.simple.inure"
minSdkVersion 23
targetSdkVersion 34
versionCode 10051
versionName "Build100.5.1"
versionCode 10060
versionName "Build100.6.0"
vectorDrawables.useSupportLibrary = true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

Expand Down Expand Up @@ -186,11 +186,11 @@ dependencies {
runtimeOnly 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.0'

// AndroidX
implementation 'androidx.core:core-ktx:1.13.0'
implementation 'androidx.core:core-ktx:1.13.1'
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'androidx.legacy:legacy-support-v4:1.0.0' // We use LocalBroadcastManager, Lol!!
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'androidx.fragment:fragment-ktx:1.6.2'
implementation 'androidx.fragment:fragment-ktx:1.7.0'
implementation 'androidx.activity:activity-ktx:1.9.0'
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.7.0'
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.7.0'
Expand All @@ -205,7 +205,7 @@ dependencies {
implementation 'androidx.work:work-runtime-ktx:2.9.0'

// Google
implementation 'com.google.android.material:material:1.11.0'
implementation 'com.google.android.material:material:1.12.0'
implementation 'com.google.code.gson:gson:2.10.1'
implementation 'com.google.android.flexbox:flexbox:3.0.0'
playImplementation 'com.google.android.play:review:2.0.1'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ object BehaviourPreferences {
}

fun isTransitionOn(): Boolean {
return SharedPreferences.getSharedPreferences().getBoolean(TRANSITION, true)
return SharedPreferences.getSharedPreferences().getBoolean(TRANSITION, false)
}

// ---------------------------------------------------------------------------------------------------------- //
Expand Down

0 comments on commit 3e93ff5

Please sign in to comment.