Skip to content

Commit 4f76e8b

Browse files
committed
Update project
1 parent c886206 commit 4f76e8b

File tree

245 files changed

+270
-282
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

245 files changed

+270
-282
lines changed

.github/data.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@
2929
"description": "The pygmy hog (Porcula salvania) is the smallest and rarest wild pig, found in the grasslands of northeastern India and Nepal. It is critically endangered, with a compact body, dark brown coloration, and short legs, adapted to dense vegetation.",
3030
"picture": "https://i.ibb.co/kBmgqJg/pygmy-hog.webp"
3131
}
32-
]
32+
]

.github/detekt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1005,4 +1005,4 @@ vkompose:
10051005
# It's usually the same thing as NonSkippableComposable, but the name is more correct for strong skip mode
10061006
ParamsComparedByRef:
10071007
active: true
1008-
ignoredClasses: [ 'kotlin.*', 'my.clazz.Data' ]
1008+
ignoredClasses: [ 'kotlin.*', 'my.clazz.Data' ]

.github/funding.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ custom: [
33
tbank.ru/cf/5YrkxI1CsmO,
44
https://pay.cloudtips.ru/p/fce67f60,
55
https://yoomoney.ru/fundraise/1CSMJ5M9RKB.250919
6-
]
6+
]

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -633,4 +633,4 @@ jobs:
633633
-F document="@${{ env.BUNDLE_APK_PATH }}" \
634634
-F caption="${{ env.MESSAGE }}" \
635635
-F message_thread_id="${THREAD_ID}" \
636-
-F parse_mode="HTML"
636+
-F parse_mode="HTML"

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ build
77
build-cache
88
generated
99
local.properties
10-
releaseNotes.txt
10+
releaseNotes.txt

auto/build.gradle.kts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import java.util.Properties
55
plugins {
66
alias(libs.plugins.android.application)
77
alias(libs.plugins.google.ksp)
8-
alias(libs.plugins.kotlin.android)
98
alias(libs.plugins.kotlin.serialization)
109
alias(libs.plugins.kotlin.compose)
1110
}
@@ -110,4 +109,4 @@ tasks.register("printVersion") {
110109
println("VERSION_NAME=${android.defaultConfig.versionName}")
111110
println("VERSION_CODE=${android.defaultConfig.versionCode}")
112111
}
113-
}
112+
}

auto/proguard-rules.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@
2323
# DataStore
2424
-keepclassmembers class * extends androidx.datastore.preferences.protobuf.GeneratedMessageLite {
2525
<fields>;
26-
}
26+
}

auto/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@
2929

3030
</application>
3131

32-
</manifest>
32+
</manifest>

auto/src/main/kotlin/org/michaelbel/template/App.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ class App: Application() {
1313
modules(appModule)
1414
}
1515
}
16-
}
16+
}

auto/src/main/kotlin/org/michaelbel/template/AppModule.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,4 +84,4 @@ val appModule = module {
8484
viewModelOf(::MainViewModel)
8585
viewModelOf(::ListViewModel)
8686
viewModelOf(::DetailsViewModel2)
87-
}
87+
}

0 commit comments

Comments
 (0)