Skip to content

Commit

Permalink
Done version 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BitMavrick committed Oct 10, 2024
1 parent 8fcb454 commit a8ee8a6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
8 changes: 5 additions & 3 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@ plugins {
alias(libs.plugins.androidApplication)
alias(libs.plugins.jetbrainsKotlinAndroid)
alias(libs.plugins.compose.compiler)
alias(libs.plugins.hiltAndroid)

// * kotlin annotation processing tool
kotlin("kapt")
id("com.google.dagger.hilt.android")
}

android {
Expand All @@ -18,8 +20,8 @@ android {
applicationId = "com.bitmavrick.lumolight"
minSdk = 24
targetSdk = 35
versionCode = 15
versionName = "2.1.1"
versionCode = 16
versionName = "2.2.0"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ plugins {
alias(libs.plugins.androidApplication) apply false
alias(libs.plugins.jetbrainsKotlinAndroid) apply false
alias(libs.plugins.compose.compiler) apply false
id("com.google.dagger.hilt.android") version "2.52" apply false
alias(libs.plugins.hiltAndroid) apply false
}
1 change: 1 addition & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,4 @@ review-ktx = { module = "com.google.android.play:review-ktx", version.ref = "rev
androidApplication = { id = "com.android.application", version.ref = "agp" }
jetbrainsKotlinAndroid = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
compose-compiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }
hiltAndroid = { id = "com.google.dagger.hilt.android", version.ref = "hiltAndroid" }

0 comments on commit a8ee8a6

Please sign in to comment.