@@ -111,8 +111,8 @@ android {
111111 resValue " string" , " analiticsapikey" , " $System . env . GOOGLE_ANALITICS_ID "
112112 resValue " string" , " google_maps_key" , " $System . env . GOOGLEAPIKEY "
113113 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"
116116 buildConfigField " boolean" , " PAID_OOTT" , " false"
117117 dimension " tier"
118118 }
@@ -130,8 +130,8 @@ android {
130130
131131 resValue " string" , " analiticsapikey" , " $System . env . GOOGLE_ANALITICS_ID "
132132 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"
135135 buildConfigField " boolean" , " PAID_OOTT" , " false"
136136 dimension " tier"
137137 }
@@ -151,7 +151,7 @@ android {
151151 resValue " string" , " google_maps_key" , " $System . env . GOOGLEAPIKEY "
152152
153153 resValue " string" , " app_name_domoticz" , ' OOTT'
154- buildConfigField " boolean" , " LITE_VERSION " , " false"
154+ buildConfigField " boolean" , " NEW_VERSION " , " false"
155155 buildConfigField " boolean" , " PAID_OOTT" , " true"
156156 dimension " tier"
157157 }
@@ -187,12 +187,12 @@ dependencies {
187187 implementation " androidx.work:work-runtime:2.8.0-alpha02"
188188 implementation ' androidx.preference:preference:1.2.0'
189189 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 '
191191 implementation ' androidx.legacy:legacy-support-v13:1.0.0'
192192 implementation ' androidx.recyclerview:recyclerview:1.2.1'
193193 implementation ' androidx.cardview:cardview:1.0.0'
194194 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 '
196196 implementation ' androidx.constraintlayout:constraintlayout:2.1.4'
197197 implementation ' androidx.annotation:annotation:1.3.0'
198198 implementation ' org.reactivestreams:reactive-streams:1.0.3'
@@ -209,7 +209,7 @@ dependencies {
209209 implementation ' com.google.android.ads.consent:consent-library:1.0.8'
210210 implementation " com.google.android.gms:play-services-analytics:17.0.1"
211211 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 "
213213 implementation " com.google.android.gms:play-services-gcm:17.0.0"
214214 implementation " com.google.android.gms:play-services-location:18.0.0"
215215 implementation " com.google.android.gms:play-services-places:17.0.0"
0 commit comments