File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed
src/main/java/com/etesync/syncadapter/utils Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff 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' )
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import tourguide.tourguide.TourGuide
77
88object 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
Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments