Skip to content

Commit 49ad16f

Browse files
authored
Update libraries to successfully build again (#275)
1 parent b2f48e5 commit 49ad16f

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -144,11 +144,11 @@ dependencies {
144144
implementation 'com.google.android.material:material:1.2.0-beta01'
145145
implementation "androidx.legacy:legacy-preference-v14:$supportVersion"
146146
implementation 'com.github.yukuku:ambilwarna:2.0.1'
147-
implementation ('com.github.worker8:tourguide:1.0.17-SNAPSHOT@aar') {
147+
implementation ('com.github.worker8:tourguide:1.0.18-SNAPSHOT@aar') {
148148
transitive = true
149149
}
150150

151-
def requeryVersion = '1.6.1'
151+
def requeryVersion = '1.6.0'
152152
implementation "io.requery:requery:$requeryVersion"
153153
implementation "io.requery:requery-android:$requeryVersion"
154154
implementation "io.requery:requery-kotlin:$requeryVersion"
@@ -163,7 +163,7 @@ dependencies {
163163
implementation 'org.apache.commons:commons-collections4:4.1'
164164
implementation 'org.apache.commons:commons-lang3:3.8.1'
165165

166-
implementation 'net.cachapa.expandablelayout:expandablelayout:2.9.2'
166+
implementation 'com.github.cachapa:ExpandableLayout:2.9.2'
167167
implementation project(':cert4android')
168168
implementation project(':ical4android')
169169
implementation project(':vcard4android')

app/src/main/java/com/etesync/syncadapter/utils/ShowcaseBuilder.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import tourguide.tourguide.TourGuide
77

88
object ShowcaseBuilder {
99
fun getBuilder(activity: Activity): TourGuide {
10-
val ret = TourGuide.init(activity).with(TourGuide.Technique.Click)
10+
val ret = TourGuide.init(activity).with(TourGuide.Technique.CLICK)
1111
.setPointer(Pointer())
1212
ret.setOverlay(Overlay().setOnClickListener { ret.cleanUp() })
1313

build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ allprojects {
3535
maven() {
3636
url 'https://oss.sonatype.org/content/repositories/snapshots'
3737
}
38+
maven { url 'https://jitpack.io' }
39+
maven { url 'https://artifactory.appodeal.com/appodeal-public' }
3840
google()
3941
}
4042
}

0 commit comments

Comments
 (0)