mirror of
https://github.com/tateisu/SubwayTooter
synced 2025-01-11 08:53:54 +01:00
リファクタ
This commit is contained in:
parent
5bf10bed32
commit
a4cc7c2f10
@ -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と併用
|
||||
|
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user