Skip to content

Commit

Permalink
Merge pull request #687 from aiueonicked/master
Browse files Browse the repository at this point in the history
Update Japanese translations
  • Loading branch information
CeuiLiSA authored Jan 15, 2025
2 parents a3f356e + 0fc8f37 commit 81a6c72
Show file tree
Hide file tree
Showing 3 changed files with 311 additions and 274 deletions.
6 changes: 6 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,12 @@ android {
}

dependencies {
testImplementation("junit:junit:4.13.2")

// AndroidX Test - JUnit Runner
androidTestImplementation("androidx.test.ext:junit:1.1.5")
androidTestImplementation("androidx.test.espresso:espresso-core:3.5.1")

implementation fileTree(dir: 'libs', include: ['*.jar', '*.aar'])
implementation 'androidx.appcompat:appcompat:1.7.0'
implementation 'androidx.constraintlayout:constraintlayout:2.2.0'
Expand Down
Loading

0 comments on commit 81a6c72

Please sign in to comment.