@@ -18,13 +18,13 @@ android {
18
18
minSdkVersion 23
19
19
targetSdkVersion 33
20
20
versionCode 18
21
- versionName " 2.1.2 - ${ getGitHash()} "
21
+ versionName " 2.1.3 - ${ getGitHash()} "
22
22
testInstrumentationRunner " android.support.test.runner.AndroidJUnitRunner"
23
23
}
24
24
25
25
buildTypes {
26
26
release {
27
- minifyEnabled false
27
+ minifyEnabled true
28
28
debuggable false
29
29
proguardFiles getDefaultProguardFile(' proguard-android.txt' ), ' proguard-rules.pro'
30
30
resValue " string" , " proof_of_possesion" , " abcd1234"
@@ -38,6 +38,7 @@ android {
38
38
39
39
debug {
40
40
debuggable true
41
+ minifyEnabled true
41
42
resValue " string" , " proof_of_possesion" , " abcd1234"
42
43
resValue " string" , " wifi_base_url" , " 192.168.4.1:80"
43
44
resValue " string" , " wifi_device_name_prefix" , " PROV_"
@@ -59,9 +60,10 @@ dependencies {
59
60
60
61
implementation ' com.google.protobuf:protobuf-javalite:3.18.0'
61
62
implementation ' com.google.crypto.tink:tink-android:1.6.1'
62
- implementation project(path : ' :provisioning' )
63
+ // implementation project(path: ':provisioning')
64
+ implementation ' com.github.espressif:esp-idf-provisioning-android:lib-2.1.2'
63
65
64
- implementation ' org.greenrobot:eventbus:3.2.0 '
66
+ implementation ' org.greenrobot:eventbus:3.3.1 '
65
67
implementation ' com.github.yuriy-budiyev:code-scanner:2.1.2'
66
68
implementation ' com.github.firdausmaulan:AVLoadingIndicatorView:2.3.0'
67
69
0 commit comments