Skip to content

Commit

Permalink
jetifier remove
Browse files Browse the repository at this point in the history
  • Loading branch information
PankraSerg committed Feb 20, 2024
1 parent ba773f6 commit 9473b90
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ buildscript {

shimmerVersion = '0.5.0'

storiesVersion = '3.0.0'
storiesVersion = '3.0.1'

coilVersion = '2.2.2'

Expand Down Expand Up @@ -179,7 +179,7 @@ buildscript {

shimmerDep = "com.facebook.shimmer:shimmer:$shimmerVersion"

storiesDep = "com.github.shts:StoriesProgressView:$storiesVersion"
storiesDep = "com.github.ildixhaferri:StoriesProgressView:$storiesVersion"
opencsvDep = "com.opencsv:opencsv:5.7.1"

jUnitDep = "junit:junit:$junitVersion"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ abstract class ChainDao {
abstract suspend fun getJoinChainInfo(): List<JoinedChainInfo>

@Query("SELECT * FROM chains WHERE id = :chainId")
@Transaction
abstract suspend fun getJoinChainInfo(chainId: String): JoinedChainInfo

@Query("SELECT * FROM chains")
Expand Down
1 change: 0 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ dagger.gradle.incremental=true
room.incremental=true

android.useAndroidX=true
android.enableJetifier=true

android.suppressUnsupportedCompileSdk=34
android.nonTransitiveRClass=false
Expand Down

0 comments on commit 9473b90

Please sign in to comment.