@@ -16,8 +16,8 @@ android {
16
16
applicationId " com.espressif.provbleavs"
17
17
minSdkVersion 21
18
18
targetSdkVersion 27
19
- versionCode 8
20
- versionName " 1.3.3 "
19
+ versionCode 10
20
+ versionName " 2.0 "
21
21
testInstrumentationRunner " android.support.test.runner.AndroidJUnitRunner"
22
22
signingConfig signingConfigs. config
23
23
}
@@ -29,11 +29,6 @@ android {
29
29
resValue " string" , " proof_of_possesion" , " abcd1234"
30
30
resValue " string" , " wifi_base_url" , " 192.168.4.1:80"
31
31
resValue " string" , " wifi_network_name_prefix" , " ESP-Alexa-"
32
- resValue " string" , " ble_service_uuid" , " 0000ffff-0000-1000-8000-00805f9b34fb"
33
- resValue " string" , " ble_session_uuid" , " 0000ff51-0000-1000-8000-00805f9b34fb"
34
- resValue " string" , " ble_config_uuid" , " 0000ff52-0000-1000-8000-00805f9b34fb"
35
- resValue " string" , " ble_avsconfig_uuid" , " 0000ff54-0000-1000-8000-00805f9b34fb"
36
- resValue " string" , " ble_scanconfig_uuid" , " 0000ff50-0000-1000-8000-00805f9b34fb"
37
32
resValue " string" , " ble_device_name_prefix" , " ESP-Alexa-"
38
33
signingConfig signingConfigs. config
39
34
}
@@ -44,12 +39,6 @@ android {
44
39
resValue " string" , " proof_of_possesion" , " abcd1234"
45
40
resValue " string" , " wifi_base_url" , " 192.168.4.1:80"
46
41
resValue " string" , " wifi_network_name_prefix" , " ESP-Alexa-"
47
- resValue " string" , " ble_service_uuid" , " 0000ffff-0000-1000-8000-00805f9b34fb"
48
- resValue " string" , " ble_session_uuid" , " 0000ff51-0000-1000-8000-00805f9b34fb"
49
- resValue " string" , " ble_config_uuid" , " 0000ff52-0000-1000-8000-00805f9b34fb"
50
- resValue " string" , " ble_avsconfig_uuid" , " 0000ff54-0000-1000-8000-00805f9b34fb"
51
- resValue " string" , " ble_scanconfig_uuid" , " 0000ff50-0000-1000-8000-00805f9b34fb"
52
-
53
42
resValue " string" , " ble_device_name_prefix" , " ESP-Alexa-"
54
43
signingConfig signingConfigs. config
55
44
}
@@ -113,4 +102,5 @@ dependencies {
113
102
implementation files(' ../login-with-amazon-sdk.jar' )
114
103
implementation ' com.google.crypto.tink:tink-android:1.1.0'
115
104
implementation ' com.github.custanator:upnpdiscovery:1.0.1'
105
+ implementation ' com.github.f0ris.sweetalert:library:1.5.1'
116
106
}
0 commit comments