Skip to content

Commit

Permalink
gradle: Bump version
Browse files Browse the repository at this point in the history
Signed-off-by: Avinaba Dalal <d97.avinaba@gmail.com>
  • Loading branch information
corphish committed Apr 1, 2024
1 parent 4f7bafb commit 37f4481
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions app/build.gradle.kts
Expand Up @@ -11,8 +11,8 @@ android {
applicationId = "com.corphish.quicktools"
minSdk = 30
targetSdk = 34
versionCode = 6
versionName = "1.0.5"
versionCode = 7
versionName = "1.0.6"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down Expand Up @@ -56,12 +56,10 @@ dependencies {
implementation("androidx.appcompat:appcompat:1.6.1")
implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.7.0")
implementation("androidx.preference:preference-ktx:1.2.1")
implementation("com.google.android.material:material:1.11.0")
implementation("androidx.activity:activity:1.8.0")

// Compose
implementation(platform("androidx.compose:compose-bom:2024.03.00"))
implementation("androidx.activity:activity-compose:1.8.2")
implementation(platform("androidx.compose:compose-bom:2024.02.02"))
implementation("androidx.compose.ui:ui")
implementation("androidx.compose.ui:ui-graphics")
implementation("androidx.compose.ui:ui-tooling-preview")
Expand All @@ -73,7 +71,7 @@ dependencies {
implementation("net.objecthunter:exp4j:0.4.8")

// Testing
androidTestImplementation(platform("androidx.compose:compose-bom:2024.02.02"))
androidTestImplementation(platform("androidx.compose:compose-bom:2024.03.00"))
androidTestImplementation("androidx.compose.ui:ui-test-junit4")

// Compose debug
Expand Down

0 comments on commit 37f4481

Please sign in to comment.