Skip to content

Commit f16dfa5

Browse files
committed
add properties duration and autoplay
1 parent 96eef6f commit f16dfa5

19 files changed

Lines changed: 481 additions & 97 deletions

.idea/appInsightsSettings.xml

Lines changed: 26 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/deploymentTargetDropDown.xml

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/deploymentTargetSelector.xml

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/gradle.xml

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/kotlinc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/material_theme_project_new.xml

Lines changed: 13 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/migrations.xml

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/misc.xml

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/other.xml

Lines changed: 263 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/build.gradle.kts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ android {
3838
dependencies {
3939

4040
implementation(project(":library"))
41-
implementation("androidx.core:core-ktx:1.12.0")
42-
implementation("androidx.appcompat:appcompat:1.6.1")
43-
implementation("com.google.android.material:material:1.9.0")
41+
implementation("androidx.core:core-ktx:1.13.1")
42+
implementation("androidx.appcompat:appcompat:1.7.0")
43+
implementation("com.google.android.material:material:1.12.0")
4444
implementation("androidx.constraintlayout:constraintlayout:2.1.4")
4545
testImplementation("junit:junit:4.13.2")
46-
androidTestImplementation("androidx.test.ext:junit:1.1.5")
47-
androidTestImplementation("androidx.test.espresso:espresso-core:3.5.1")
46+
androidTestImplementation("androidx.test.ext:junit:1.2.1")
47+
androidTestImplementation("androidx.test.espresso:espresso-core:3.6.1")
4848
}

0 commit comments

Comments
 (0)