Skip to content

Commit

Permalink
Merge pull request #244 from sora-xor/version_up
Browse files Browse the repository at this point in the history
version up
  • Loading branch information
arvifox authored Oct 20, 2023
2 parents 6d39b5b + 68316d2 commit 17c6381
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@ buildscript {
insetter : '0.6.1',
truth : '1.1.5',
lottie : '4.2.0',
xNetworking : '0.2.3',
compose : '1.5.3',
xNetworking : '0.2.4',
compose : '1.5.4',
composeCompiler : '1.5.3',
composeConstraintLayout: '1.1.0-alpha05',
uiCore : '0.2.10',
soraCard : '0.1.57',
uiCore : '0.2.11',
soraCard : '0.1.58',
lazySodium : '5.0.2',
jna : '5.8.0',
xserializationjson : '1.5.1',
Expand Down Expand Up @@ -218,7 +218,7 @@ buildscript {
dependencies {
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:${versions.kotlin}"
classpath "org.jetbrains.kotlin:kotlin-serialization:${versions.kotlin}"
classpath 'com.android.tools.build:gradle:8.2.0-beta06'
classpath 'com.android.tools.build:gradle:8.2.0-rc01'
classpath 'com.google.gms:google-services:4.4.0'
classpath 'com.google.firebase:firebase-appdistribution-gradle:3.2.0'
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.9.9'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ fun Modifier.shake(enabled: Boolean, onAnimationEnd: () -> Unit = {}) = composed
animation = tween(durationMillis = 50, easing = LinearEasing),
repeatMode = RepeatMode.Reverse
),
finishedListener = { onAnimationEnd() }
finishedListener = { onAnimationEnd() }, label = ""
)

Modifier.graphicsLayer {
Expand Down

0 comments on commit 17c6381

Please sign in to comment.