Skip to content

Commit

Permalink
🐛 crash after changing theme
Browse files Browse the repository at this point in the history
  • Loading branch information
sduduzog committed Sep 10, 2020
1 parent 0c1300a commit 61460cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 41 deletions.
38 changes: 0 additions & 38 deletions .circleci/config.yml

This file was deleted.

6 changes: 3 additions & 3 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ android {
applicationId = "com.sduduzog.slimlauncher"
minSdkVersion(21)
targetSdkVersion(30)
versionName = "2.4.15"
versionCode = 49
versionName = "2.4.16"
versionCode = 50
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables { useSupportLibrary = true }
signingConfigs {
Expand Down Expand Up @@ -64,7 +64,7 @@ dependencies {
implementation("androidx.core:core-ktx:1.5.0-alpha02")
implementation("androidx.fragment:fragment-ktx:1.2.5")
implementation("androidx.lifecycle:lifecycle-extensions:2.2.0")
implementation("android.arch.navigation:navigation-fragment:1.0.0")
implementation("androidx.navigation:navigation-fragment-ktx:2.3.0")
implementation("androidx.room:room-runtime:2.2.5")
implementation("androidx.lifecycle:lifecycle-common-java8:2.2.0")
kapt("androidx.room:room-compiler:2.2.5")
Expand Down

0 comments on commit 61460cf

Please sign in to comment.