Skip to content

Commit f595517

Browse files
committed
fix: implement BuildConfigProvider properly
1 parent e84fc32 commit f595517

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

app/src/main/java/io/github/sds100/keymapper/AppHiltModule.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ class AppHiltModule {
4040
get() = BuildConfig.VERSION_NAME
4141
override val versionCode: Int
4242
get() = BuildConfig.VERSION_CODE
43+
override val sdkInt: Int
44+
get() = Build.VERSION.SDK_INT
4345
}
4446

4547
@Singleton

0 commit comments

Comments
 (0)