File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed
src/main/java/com/anyline/examples Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -4,12 +4,12 @@ plugins {
44}
55
66ext {
7- anylinesdk_version = " 55.5 .0"
7+ anylinesdk_version = " 55.6 .0"
88 timber_version = " 5.0.1"
99 leakcanary_version = " 2.9.1"
1010
1111 anyline_examples_version_code = 13
12- anyline_examples_version_name = " 55.5 .0"
12+ anyline_examples_version_name = " 55.6 .0"
1313}
1414
1515android {
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ class MainActivity : AppCompatActivity() {
2828 }
2929
3030 binding.startScanningButton.setOnClickListener {
31- when (val initializationState = AnylineSdk .initializationState.value ) {
31+ when (val initializationState = AnylineSdk .getCurrentInitializationState() ) {
3232 is SdkInitializationState .NotInitialized -> {
3333 showLicenseKeyAlertDialog(initializationState)
3434 return @setOnClickListener
Original file line number Diff line number Diff line change 141141 "url" : " http://www.apache.org/licenses/LICENSE-2.0.txt" ,
142142 "dependencies" : [
143143 " auto-value-annotations-1.6.3.jar" ,
144- " error_prone_annotations-2.15.0.jar" ,
145- " okhttp-3.14.9.jar"
144+ " error_prone_annotations-2.15.0.jar"
146145 ]
147146 },
148147 {
You can’t perform that action at this time.
0 commit comments