Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Commit

Permalink
Link the GitHub backups tutorial video
Browse files Browse the repository at this point in the history
  • Loading branch information
ILIYANGERMANOV committed Aug 28, 2023
1 parent fc17f14 commit 8128807
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@ private const val GITHUB_PAT_INFO_URL =
"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens#creating-a-fine-grained-personal-access-token"

private const val VIDEO_TUTORIAL_URL =
// TODO: Replace with the real video URL
"https://www.youtube.com/shorts/dLRebQ9hnsQ"
"https://www.youtube.com/watch?v=wcgORjVFy4I"

object GitHubBackupScreen : Screen

Expand Down
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ repositories {

dependencies {
//https://mvnrepository.com/artifact/com.android.tools.build/gradle?repo=google
implementation("com.android.tools.build:gradle:8.2.0-alpha16")
implementation("com.android.tools.build:gradle:8.2.0-beta01")

//Must match kotlinVersion from dependencies.kt
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.0")
Expand Down

0 comments on commit 8128807

Please sign in to comment.