File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Not Released
2+
3+ # 0.1.2
4+ > 2020-07-21
5+ - Removed icons from manifest
6+ - Lowered ` minSdkVersion ` from ` 24 ` to ` 23 `
7+
18# 0.1.1
29> 2020-07-21
310 Added ` onClose ` abstract method to ` BaseScannerActivity `
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ android {
1010
1111 defaultConfig {
1212
13- minSdkVersion 24
13+ minSdkVersion 23
1414 targetSdkVersion 29
1515 versionCode project. property(" version_code" ). toInteger()
1616 versionName project. property(" version_name" ) as String
Original file line number Diff line number Diff line change 1313
1414 <application
1515 android : allowBackup =" true"
16- android : icon =" @mipmap/ic_launcher"
1716 android : label =" @string/app_name"
18- android : roundIcon =" @mipmap/ic_launcher_round"
1917 android : supportsRtl =" true"
2018 android : theme =" @style/AppTheme" >
2119 <activity
Original file line number Diff line number Diff line change @@ -19,5 +19,5 @@ android.useAndroidX=true
1919android.enableJetifier =true
2020# Kotlin code style for this project: "official" or "obsolete":
2121kotlin.code.style =official
22- version_code =2
23- version_name =0.1.1
22+ version_code =3
23+ version_name =0.1.2
You can’t perform that action at this time.
0 commit comments