Skip to content
This repository was archived by the owner on Dec 31, 2024. It is now read-only.

Commit c547cc1

Browse files
committed
maintenance
1 parent 177192f commit c547cc1

File tree

12 files changed

+183
-414
lines changed

12 files changed

+183
-414
lines changed

.idea/compiler.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/gradle.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/kotlinc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/misc.xml

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/other.xml

Lines changed: 0 additions & 263 deletions
This file was deleted.

app/build.gradle

Lines changed: 10 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@ plugins {
66
android {
77
namespace 'ru.dimon6018.neko11'
88

9-
compileSdk 34
9+
compileSdk 35
1010

1111
buildFeatures {
1212
buildConfig = true
1313
}
1414
defaultConfig {
1515
applicationId "ru.dimon6018.neko11"
1616
minSdk 21
17-
targetSdk 34
18-
versionCode 11
19-
versionName '2.3_13'
17+
targetSdk 35
18+
versionCode 12
19+
versionName '2.3_14'
2020
multiDexEnabled false
2121
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
2222
}
@@ -30,24 +30,19 @@ android {
3030
}
3131
}
3232
compileOptions {
33-
sourceCompatibility JavaVersion.VERSION_17
34-
targetCompatibility JavaVersion.VERSION_17
33+
sourceCompatibility JavaVersion.VERSION_21
34+
targetCompatibility JavaVersion.VERSION_21
3535
}
36-
setBuildToolsVersion('35.0.0-rc01')
3736
}
3837

3938
dependencies {
4039

4140
implementation 'androidx.appcompat:appcompat:1.7.0'
42-
implementation 'androidx.annotation:annotation:1.8.0'
41+
implementation 'androidx.annotation:annotation:1.8.2'
4342
implementation 'com.google.android.material:material:1.10.0'
44-
implementation 'androidx.recyclerview:recyclerview:1.4.0-alpha01'
43+
implementation 'androidx.recyclerview:recyclerview:1.4.0-beta01'
4544
implementation 'androidx.core:core-ktx:1.13.1'
46-
implementation 'androidx.fragment:fragment-ktx:1.7.1'
45+
implementation 'androidx.fragment:fragment-ktx:1.8.2'
4746
implementation 'androidx.viewpager2:viewpager2:1.1.0'
48-
implementation 'androidx.work:work-runtime:2.9.0'
49-
50-
testImplementation 'junit:junit:4.13.2'
51-
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
52-
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
47+
implementation 'androidx.work:work-runtime:2.9.1'
5348
}

0 commit comments

Comments
 (0)