Added ko/ja language support

This commit is contained in:
tom5079
2019-05-12 20:06:16 +09:00
parent abd2f3ae17
commit 8e92597dc9
6 changed files with 70 additions and 26 deletions

View File

@@ -9,8 +9,8 @@ android {
applicationId "xyz.quaver.pupil"
minSdkVersion 15
targetSdkVersion 28
versionCode 1
versionName "1.0"
versionCode 2
versionName "1.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {