Skip to content

Commit f505ef7

Browse files
committed
preparation for version separation into 8.0 and 8.1
1 parent a2f094d commit f505ef7

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

app/build.gradle

+4-3
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,10 @@ android {
1717
applicationId "ru.dimon6018.metrolauncher"
1818
minSdk 24
1919
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
2224

2325
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
2426
multiDexEnabled false
@@ -52,7 +54,6 @@ dependencies {
5254
implementation 'androidx.recyclerview:recyclerview:1.4.0-rc01'
5355
implementation 'androidx.core:core-ktx:1.15.0'
5456
implementation 'androidx.fragment:fragment-ktx:1.8.5'
55-
implementation "androidx.dynamicanimation:dynamicanimation:1.1.0-alpha03"
5657
implementation "androidx.room:room-runtime:2.6.1"
5758
implementation "androidx.room:room-ktx:2.6.1"
5859
implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.8.7'

liboverscroll/build.gradle

-2
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,4 @@ dependencies {
3030

3131
implementation project(path: ':SpannedGridLayoutManager')
3232
implementation 'androidx.core:core-ktx:1.15.0'
33-
34-
testImplementation 'junit:junit:4.13.2'
3533
}

0 commit comments

Comments
 (0)