@@ -87,6 +87,7 @@ android {
87
87
88
88
resValue " string" , " analiticsapikey" , " $System . env . GOOGLE_ANALITICS_ID "
89
89
resValue " string" , " google_maps_key" , " $System . env . GOOGLEAPIKEY "
90
+ resValue " string" , " revenuecat_apikey" , " $System . env . REVENUECATKEY "
90
91
resValue " string" , " app_name_domoticz" , ' Domoticz'
91
92
buildConfigField " boolean" , " LITE_VERSION" , " false"
92
93
buildConfigField " boolean" , " PAID_OOTT" , " false"
@@ -109,6 +110,7 @@ android {
109
110
110
111
resValue " string" , " analiticsapikey" , " $System . env . GOOGLE_ANALITICS_ID "
111
112
resValue " string" , " google_maps_key" , " $System . env . GOOGLEAPIKEY "
113
+ resValue " string" , " revenuecat_apikey" , " $System . env . REVENUECATKEY "
112
114
resValue " string" , " app_name_domoticz" , ' Domoticz Lite'
113
115
buildConfigField " boolean" , " LITE_VERSION" , " true"
114
116
buildConfigField " boolean" , " PAID_OOTT" , " false"
@@ -124,6 +126,7 @@ android {
124
126
resValue " string" , " ADMOB_COMP_KEY" , " $System . env . ADMOB_COMP_KEY "
125
127
resValue " string" , " ADMOB_APP_KEY" , " $System . env . ADMOBAPPKEY "
126
128
resValue " string" , " ADMOB_ADS_KEY" , " $System . env . ADMOBADSKEY "
129
+ resValue " string" , " revenuecat_apikey" , " $System . env . REVENUECATKEY "
127
130
128
131
resValue " string" , " analiticsapikey" , " $System . env . GOOGLE_ANALITICS_ID "
129
132
resValue " string" , " google_maps_key" , " $System . env . GOOGLEAPIKEY "
@@ -142,6 +145,7 @@ android {
142
145
resValue " string" , " ADMOB_COMP_KEY" , " $System . env . ADMOB_COMP_KEY "
143
146
resValue " string" , " ADMOB_APP_KEY" , " $System . env . ADMOBAPPKEY "
144
147
resValue " string" , " ADMOB_ADS_KEY" , " $System . env . ADMOBADSKEY "
148
+ resValue " string" , " revenuecat_apikey" , " $System . env . REVENUECATKEY "
145
149
146
150
resValue " string" , " analiticsapikey" , " $System . env . GOOGLE_ANALITICS_ID "
147
151
resValue " string" , " google_maps_key" , " $System . env . GOOGLEAPIKEY "
@@ -188,11 +192,12 @@ dependencies {
188
192
implementation ' androidx.recyclerview:recyclerview:1.2.1'
189
193
implementation ' androidx.cardview:cardview:1.0.0'
190
194
implementation ' androidx.biometric:biometric:1.1.0'
191
- implementation ' com.google.android.material:material:1.5 .0'
192
- implementation ' androidx.constraintlayout:constraintlayout:2.1.3 '
195
+ implementation ' com.google.android.material:material:1.6 .0'
196
+ implementation ' androidx.constraintlayout:constraintlayout:2.1.4 '
193
197
implementation ' androidx.annotation:annotation:1.3.0'
194
198
implementation ' org.reactivestreams:reactive-streams:1.0.3'
195
199
implementation ' io.reactivex.rxjava2:rxjava:2.2.10'
200
+ implementation ' com.revenuecat.purchases:purchases:5.0.0-rc3'
196
201
197
202
implementation ' com.google.firebase:firebase-core:19.0.1'
198
203
implementation ' com.google.firebase:firebase-iid:21.1.0'
@@ -201,6 +206,7 @@ dependencies {
201
206
implementation " com.google.firebase:firebase-messaging:22.0.0"
202
207
implementation " com.google.firebase:firebase-ads:19.8.0"
203
208
209
+ implementation ' com.google.android.ads.consent:consent-library:1.0.8'
204
210
implementation " com.google.android.gms:play-services-analytics:17.0.1"
205
211
implementation " com.google.android.gms:play-services-wearable:17.1.0"
206
212
implementation " com.google.android.gms:play-services-maps:17.0.1"
0 commit comments