@@ -28,8 +28,8 @@ plugins {
28
28
29
29
def versionMajor = 0
30
30
def versionMinor = 10
31
- def versionPatch = 0
32
- def versionBuild = 1 // bump for dog food builds, public betas, etc.
31
+ def versionPatch = 1
32
+ def versionBuild = 0 // bump for dog food builds, public betas, etc.
33
33
34
34
def CODE () {
35
35
Properties properties = new Properties ()
@@ -132,34 +132,35 @@ android {
132
132
excludes + = [' META-INF/INDEX.LIST' , ' META-INF/io.netty.versions.properties' ]
133
133
}
134
134
}
135
+ namespace ' xyz.wallpanel.app'
135
136
}
136
137
137
138
dependencies {
138
139
139
140
implementation fileTree(dir : ' libs' , include : [' *.jar' ])
140
141
141
142
implementation ' androidx.multidex:multidex:2.0.1'
142
- implementation ' androidx.appcompat:appcompat:1.4 .1'
143
- implementation ' com.google.android.material:material:1.6.0 '
143
+ implementation ' androidx.appcompat:appcompat:1.5 .1'
144
+ implementation ' com.google.android.material:material:1.6.1 '
144
145
implementation ' androidx.legacy:legacy-support-v13:1.0.0'
145
146
implementation ' androidx.legacy:legacy-support-v4:1.0.0'
146
147
implementation ' androidx.legacy:legacy-preference-v14:1.0.0'
147
148
implementation ' androidx.preference:preference-ktx:1.2.0'
148
- implementation ' androidx.constraintlayout:constraintlayout:2.1.3 '
149
+ implementation ' androidx.constraintlayout:constraintlayout:2.1.4 '
149
150
implementation ' androidx.vectordrawable:vectordrawable:1.1.0'
150
151
implementation ' com.google.android.gms:play-services-vision:20.1.3'
151
152
152
153
// Navigation
153
- implementation ' androidx.navigation:navigation-fragment-ktx:2.4 .2'
154
- implementation ' androidx.navigation:navigation-ui-ktx:2.4 .2'
154
+ implementation ' androidx.navigation:navigation-fragment-ktx:2.5 .2'
155
+ implementation ' androidx.navigation:navigation-ui-ktx:2.5 .2'
155
156
156
157
// RxJava
157
158
implementation ' io.reactivex.rxjava2:rxjava:2.2.19'
158
159
implementation ' io.reactivex.rxjava2:rxandroid:2.0.1'
159
160
160
161
// LiveData + ViewModel
161
162
implementation " androidx.lifecycle:lifecycle-extensions:2.2.0"
162
- implementation ' com.google.firebase:firebase-analytics:20 .1.2 '
163
+ implementation ' com.google.firebase:firebase-analytics:21 .1.1 '
163
164
implementation " androidx.lifecycle:lifecycle-reactivestreams-ktx:$versions . lifecycle "
164
165
implementation " androidx.lifecycle:lifecycle-viewmodel-ktx:$versions . lifecycle "
165
166
@@ -209,7 +210,7 @@ dependencies {
209
210
// | _| | | | | __/ |_) | (_| \__ \ __/
210
211
// |_| |_|_| \___|_.__/ \__,_|___/\___|
211
212
//
212
- implementation ' com.google.firebase:firebase-core:20 .1.2 '
213
+ implementation ' com.google.firebase:firebase-core:21 .1.1 '
213
214
214
215
// Import the Firebase BoM (see: https://firebase.google.com/docs/android/learn-more#bom)
215
216
// When using the BoM, you don't specify versions in Firebase library dependencies
@@ -223,8 +224,8 @@ dependencies {
223
224
224
225
// Unit tests
225
226
testImplementation ' junit:junit:4.+'
226
- androidTestImplementation ' androidx.test.ext:junit:1.1.1 '
227
- androidTestImplementation ' androidx.test.espresso:espresso-core:3.1 .0'
227
+ androidTestImplementation ' androidx.test.ext:junit:1.1.3 '
228
+ androidTestImplementation ' androidx.test.espresso:espresso-core:3.4 .0'
228
229
androidTestImplementation ' androidx.test:runner:1.4.0'
229
230
androidTestUtil ' androidx.test:orchestrator:1.4.1'
230
231
0 commit comments