File tree 14 files changed +13
-11
lines changed
src/main/java/nl/tudelft/trustchain/currencyii/util
musicdao/src/main/java/com/example/musicdao/dialog
trustchain-payloadgenerator
14 files changed +13
-11
lines changed Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ dependencies {
149
149
implementation (' net.java.dev.jna:jna:5.5.0@aar' )
150
150
implementation(' com.github.tony19:logback-android:2.0.0' )
151
151
152
- implementation ' com.mattskala: itemadapter: 0.4'
152
+ implementation files( ' ../libs/ itemadapter- 0.4.aar ' )
153
153
154
154
// Testing
155
155
testImplementation ' junit:junit:4.12'
Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ dependencies {
98
98
implementation ' io.github.microutils:kotlin-logging:1.7.7'
99
99
// implementation 'com.github.tony19:logback-android:2.0.0'
100
100
101
- implementation ' com.mattskala: itemadapter: 0.4'
101
+ implementation files( ' ../libs/ itemadapter- 0.4.aar ' )
102
102
103
103
// BitTorrent
104
104
api files(' libs/jlibtorrent-1.2.10.0.jar' )
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ dependencies {
91
91
// Logging
92
92
implementation ' io.github.microutils:kotlin-logging:1.7.7'
93
93
94
- implementation ' com.mattskala: itemadapter: 0.4'
94
+ implementation files( ' ../libs/ itemadapter- 0.4.aar ' )
95
95
96
96
// Testing
97
97
implementation ' androidx.legacy:legacy-support-v4:1.0.0'
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ class FragmentViewBindingDelegate<T : ViewBinding>(
21
21
22
22
init {
23
23
fragment.lifecycle.addObserver(object : DefaultLifecycleObserver {
24
+ @Suppress(" COMPATIBILITY_WARNING" )
24
25
override fun onCreate (owner : LifecycleOwner ) {
25
26
fragment.viewLifecycleOwnerLiveData.observe(fragment) { viewLifecycleOwner ->
26
27
viewLifecycleOwner.lifecycle.addObserver(object : DefaultLifecycleObserver {
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ dependencies {
66
66
implementation ' io.github.microutils:kotlin-logging:1.7.7'
67
67
implementation ' com.github.tony19:logback-android:2.0.0'
68
68
69
- implementation ' com.mattskala: itemadapter: 0.4'
69
+ implementation files( ' ../libs/ itemadapter- 0.4.aar ' )
70
70
71
71
// Testing
72
72
testImplementation ' junit:junit:4.12'
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ dependencies {
66
66
implementation ' io.github.microutils:kotlin-logging:1.7.7'
67
67
implementation ' com.github.tony19:logback-android:2.0.0'
68
68
69
- implementation ' com.mattskala: itemadapter: 0.4'
69
+ implementation files( ' ../libs/ itemadapter- 0.4.aar ' )
70
70
71
71
72
72
implementation " com.androidplot:androidplot-core:1.5.7"
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ dependencies {
64
64
implementation " androidx.lifecycle:lifecycle-viewmodel-ktx:$lifecycle_version "
65
65
implementation " androidx.lifecycle:lifecycle-livedata-ktx:$lifecycle_version "
66
66
67
- implementation ' com.mattskala: itemadapter: 0.4'
67
+ implementation files( ' ../libs/ itemadapter- 0.4.aar ' )
68
68
69
69
// Material
70
70
implementation ' com.google.android.material:material:1.1.0'
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ dependencies {
82
82
implementation ' io.github.microutils:kotlin-logging:1.7.7'
83
83
implementation ' com.github.tony19:logback-android:2.0.0'
84
84
85
- implementation ' com.mattskala: itemadapter:0.3 '
85
+ implementation files( ' ../libs/ itemadapter-0.4.aar ' )
86
86
87
87
// Testing
88
88
testImplementation ' junit:junit:4.12'
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ package com.example.musicdao.dialog
2
2
3
3
import android.app.AlertDialog
4
4
import android.app.Dialog
5
+ import android.content.DialogInterface
5
6
import android.os.Bundle
6
7
import android.widget.EditText
7
8
import android.widget.TextView
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ dependencies {
84
84
implementation ' io.github.microutils:kotlin-logging:1.7.7'
85
85
implementation ' com.github.tony19:logback-android:2.0.0'
86
86
87
- implementation ' com.mattskala: itemadapter: 0.4'
87
+ implementation files( ' ../libs/ itemadapter- 0.4.aar ' )
88
88
implementation ' com.github.bumptech.glide:glide:4.11.0'
89
89
implementation ' androidx.legacy:legacy-support-v4:1.0.0'
90
90
implementation ' androidx.lifecycle:lifecycle-extensions:2.2.0'
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ dependencies {
80
80
implementation ' io.github.microutils:kotlin-logging:1.7.7'
81
81
implementation ' com.github.tony19:logback-android:2.0.0'
82
82
83
- implementation ' com.mattskala: itemadapter: 0.4'
83
+ implementation files( ' ../libs/ itemadapter- 0.4.aar ' )
84
84
85
85
// Testing
86
86
testImplementation ' junit:junit:4.12'
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ dependencies {
71
71
// Animation
72
72
implementation ' com.airbnb.android:lottie:3.4.0'
73
73
74
- implementation ' com.mattskala: itemadapter: 0.4'
74
+ implementation files( ' ../libs/ itemadapter- 0.4.aar ' )
75
75
76
76
// Kotlin
77
77
implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version "
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ dependencies {
71
71
// Animation
72
72
implementation ' com.airbnb.android:lottie:3.4.0'
73
73
74
- implementation ' com.mattskala: itemadapter: 0.4'
74
+ implementation files( ' ../libs/ itemadapter- 0.4.aar ' )
75
75
76
76
// Kotlin
77
77
implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version "
You can’t perform that action at this time.
0 commit comments