@@ -111,8 +111,8 @@ android {
111
111
resValue " string" , " analiticsapikey" , " $System . env . GOOGLE_ANALITICS_ID "
112
112
resValue " string" , " google_maps_key" , " $System . env . GOOGLEAPIKEY "
113
113
resValue " string" , " revenuecat_apikey" , " $System . env . REVENUECATKEY "
114
- resValue " string" , " app_name_domoticz" , ' Domoticz Lite '
115
- buildConfigField " boolean" , " LITE_VERSION " , " true"
114
+ resValue " string" , " app_name_domoticz" , ' Domoticz'
115
+ buildConfigField " boolean" , " NEW_VERSION " , " true"
116
116
buildConfigField " boolean" , " PAID_OOTT" , " false"
117
117
dimension " tier"
118
118
}
@@ -130,8 +130,8 @@ android {
130
130
131
131
resValue " string" , " analiticsapikey" , " $System . env . GOOGLE_ANALITICS_ID "
132
132
resValue " string" , " google_maps_key" , " $System . env . GOOGLEAPIKEY "
133
- resValue " string" , " app_name_domoticz" , ' Domoticz'
134
- buildConfigField " boolean" , " LITE_VERSION " , " false"
133
+ resValue " string" , " app_name_domoticz" , ' Domoticz Premium '
134
+ buildConfigField " boolean" , " NEW_VERSION " , " false"
135
135
buildConfigField " boolean" , " PAID_OOTT" , " false"
136
136
dimension " tier"
137
137
}
@@ -151,7 +151,7 @@ android {
151
151
resValue " string" , " google_maps_key" , " $System . env . GOOGLEAPIKEY "
152
152
153
153
resValue " string" , " app_name_domoticz" , ' OOTT'
154
- buildConfigField " boolean" , " LITE_VERSION " , " false"
154
+ buildConfigField " boolean" , " NEW_VERSION " , " false"
155
155
buildConfigField " boolean" , " PAID_OOTT" , " true"
156
156
dimension " tier"
157
157
}
@@ -187,12 +187,12 @@ dependencies {
187
187
implementation " androidx.work:work-runtime:2.8.0-alpha02"
188
188
implementation ' androidx.preference:preference:1.2.0'
189
189
implementation ' androidx.legacy:legacy-support-v4:1.0.0'
190
- implementation ' androidx.appcompat:appcompat:1.4.1 '
190
+ implementation ' androidx.appcompat:appcompat:1.4.2 '
191
191
implementation ' androidx.legacy:legacy-support-v13:1.0.0'
192
192
implementation ' androidx.recyclerview:recyclerview:1.2.1'
193
193
implementation ' androidx.cardview:cardview:1.0.0'
194
194
implementation ' androidx.biometric:biometric:1.1.0'
195
- implementation ' com.google.android.material:material:1.6.0 '
195
+ implementation ' com.google.android.material:material:1.6.1 '
196
196
implementation ' androidx.constraintlayout:constraintlayout:2.1.4'
197
197
implementation ' androidx.annotation:annotation:1.3.0'
198
198
implementation ' org.reactivestreams:reactive-streams:1.0.3'
@@ -209,7 +209,7 @@ dependencies {
209
209
implementation ' com.google.android.ads.consent:consent-library:1.0.8'
210
210
implementation " com.google.android.gms:play-services-analytics:17.0.1"
211
211
implementation " com.google.android.gms:play-services-wearable:17.1.0"
212
- implementation " com.google.android.gms:play-services-maps:17 .0.1 "
212
+ implementation " com.google.android.gms:play-services-maps:18 .0.2 "
213
213
implementation " com.google.android.gms:play-services-gcm:17.0.0"
214
214
implementation " com.google.android.gms:play-services-location:18.0.0"
215
215
implementation " com.google.android.gms:play-services-places:17.0.0"
0 commit comments