Skip to content

Commit 81a6c72

Browse files
authored
Merge pull request #687 from aiueonicked/master
Update Japanese translations
2 parents a3f356e + 0fc8f37 commit 81a6c72

File tree

3 files changed

+311
-274
lines changed

3 files changed

+311
-274
lines changed

app/build.gradle

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,12 @@ android {
8686
}
8787

8888
dependencies {
89+
testImplementation("junit:junit:4.13.2")
90+
91+
// AndroidX Test - JUnit Runner
92+
androidTestImplementation("androidx.test.ext:junit:1.1.5")
93+
androidTestImplementation("androidx.test.espresso:espresso-core:3.5.1")
94+
8995
implementation fileTree(dir: 'libs', include: ['*.jar', '*.aar'])
9096
implementation 'androidx.appcompat:appcompat:1.7.0'
9197
implementation 'androidx.constraintlayout:constraintlayout:2.2.0'

0 commit comments

Comments
 (0)