リファクタ

This commit is contained in:
tateisu 2018-01-19 06:44:32 +09:00
parent 5bf10bed32
commit a4cc7c2f10
2 changed files with 3 additions and 4 deletions

View File

@ -12,8 +12,8 @@ android {
minSdkVersion 21
targetSdkVersion 27
versionCode 206
versionName "2.0.6"
versionCode 207
versionName "2.0.7"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
@ -76,7 +76,7 @@ dependencies {
compile 'com.google.firebase:firebase-core:11.8.0'
compile 'com.google.firebase:firebase-messaging:11.8.0'
compile "org.jetbrains.kotlin:kotlin-stdlib-jre7:$kotlin_version"
compile "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
compile "org.jetbrains.kotlin:kotlin-reflect:$kotlin_version"
testCompile "org.jetbrains.kotlin:kotlin-test:$kotlin_version"
testCompile 'junit:junit:4.12' // junitと併用

View File

@ -59,7 +59,6 @@ class DlgListMember(
private val adapter : MyListAdapter
init {
val density = activity.resources.displayMetrics.density
this.account_list = makeAccountListNonPseudo(activity, null)
this.target_user_full_acct = _list_owner.getFullAcct(who)