Akash
Akash
Absolutely, I think that would make this component much more versatile, a range picker without an interval is quite hard to use realistically.
Yes, noticing the same...CaptureImage doesnt do anything at least on `1.0.0-beta3.11'`
Here are my details Gradle ``` implementation 'com.camerakit:camerakit:1.0.0-beta3.10' implementation 'com.camerakit:jpegkit:0.1.0' implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.0' implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.0.0' ``` I think the root of a lot of these issues are that the sample app...
@Camerash thats a cool way of solving it! Sucks they changed the behavior of this @iammert is this going to be changed on a library level or left along?
Umm still no luck, same error
Hmm which is the latest and stable version I can checkout? Some of the version I am having trouble finding the gradle config file OR an app folder
Okay, I am certainly doing something wrong. I check out the android branch and run that in android studio, the project is even missing and app folder.Android studio detects no...
Jeez sorry for the trouble! My bad for sure I just pulled the testnet branch and I get this: Could not find aapt2-proto.jar (com.android.tools.build:aapt2-proto:0.3.1). Searched in the following locations: https://jcenter.bintray.com/com/android/tools/build/aapt2-proto/0.3.1/aapt2-proto-0.3.1.jar...
Scratch the above: Okay changing the order of the jCenter() and the google() dependencies solved that And now I am unable to resolve one of the eclair dependencies Failed to...