File tree 2 files changed +4
-5
lines changed
2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -17,8 +17,10 @@ android {
17
17
applicationId " ru.dimon6018.metrolauncher"
18
18
minSdk 24
19
19
targetSdk 35
20
- versionCode 60
21
- versionName " Exp. n"
20
+ // 80xxxx ; 81xxxx ; 100xxxx
21
+ versionCode 810000
22
+ var name = " MPL 8.1 Build $versionCode "
23
+ versionName name
22
24
23
25
testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
24
26
multiDexEnabled false
@@ -52,7 +54,6 @@ dependencies {
52
54
implementation ' androidx.recyclerview:recyclerview:1.4.0-rc01'
53
55
implementation ' androidx.core:core-ktx:1.15.0'
54
56
implementation ' androidx.fragment:fragment-ktx:1.8.5'
55
- implementation " androidx.dynamicanimation:dynamicanimation:1.1.0-alpha03"
56
57
implementation " androidx.room:room-runtime:2.6.1"
57
58
implementation " androidx.room:room-ktx:2.6.1"
58
59
implementation ' androidx.lifecycle:lifecycle-livedata-ktx:2.8.7'
Original file line number Diff line number Diff line change @@ -30,6 +30,4 @@ dependencies {
30
30
31
31
implementation project(path : ' :SpannedGridLayoutManager' )
32
32
implementation ' androidx.core:core-ktx:1.15.0'
33
-
34
- testImplementation ' junit:junit:4.13.2'
35
33
}
You can’t perform that action at this time.
0 commit comments