Skip to content

Commit

Permalink
Release: a Change for build
Browse files Browse the repository at this point in the history
In The Name Of Allah
nothing else
  • Loading branch information
mmozaffar committed Dec 20, 2024
1 parent f84d1b5 commit dc5e955
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ android {
minSdk = 24
targetSdk = 34
versionCode = 1
versionName = "1.0"
versionName = "0.1"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
Expand All @@ -29,6 +29,7 @@ android {
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
}
buildToolsVersion = "35.0.0"
}

dependencies {
Expand Down

0 comments on commit dc5e955

Please sign in to comment.