Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
davkutalek committed Apr 14, 2023
1 parent 0a54fc1 commit c602d4b
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .idea/compiler.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ configurations.all {
}

group = "com.hover"
version = "1.19.8"
version = "1.19.9"

android {

Expand All @@ -54,7 +54,7 @@ android {
applicationId = "com.hover.stax"
minSdk = 21
targetSdk = 33
versionCode = 218
versionCode = 219
versionName = project.version.toString()
vectorDrawables.useSupportLibrary = true
multiDexEnabled = true
Expand Down
20 changes: 20 additions & 0 deletions app/production/release/output-metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"version": 3,
"artifactType": {
"type": "APK",
"kind": "Directory"
},
"applicationId": "com.hover.stax",
"variantName": "productionRelease",
"elements": [
{
"type": "SINGLE",
"filters": [],
"attributes": [],
"versionCode": 218,
"versionName": "1.19.8",
"outputFile": "app-production-release.apk"
}
],
"elementType": "File"
}
3 changes: 2 additions & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ activity-compose = "androidx.activity:activity-compose:1.6.1"
core-ktx = "androidx.core:core-ktx:1.9.0"
lifecycle-viewmodel = "androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.1"
kotlin-stdlib = "org.jetbrains.kotlin:kotlin-stdlib:1.8.10"
kotlin-reflect = "org.jetbrains.kotlin:kotlin-reflect:1.8.10"
lifecycle-common = "androidx.lifecycle:lifecycle-common-java8:2.5.1"
splashscreen = "androidx.core:core-splashscreen:1.0.0"
preference = "androidx.preference:preference-ktx:1.2.0"
Expand Down Expand Up @@ -112,7 +113,7 @@ ksp-gradlePlugin = { group = "com.google.devtools.ksp", name = "com.google.devto

[bundles]
compose = ["compose-ui", "compose-material", "compose-preview", "compose-material-icons", "compose-viewbinding", "compose-livedata", "compose-accompanist"]
google = ["appcompat", "constraintlayout", "vectordrawable", "navigation-fragment", "navigation-ui", "lifecycle-extensions", "biometric", "material", "viewpager", "recyclerview", "work-runtime", "lifecycle-runtime", "activity-compose", "core-ktx", "lifecycle-viewmodel", "kotlin-stdlib", "splashscreen", "preference", "legacy-support"]
google = ["appcompat", "constraintlayout", "vectordrawable", "navigation-fragment", "navigation-ui", "lifecycle-extensions", "biometric", "material", "viewpager", "recyclerview", "work-runtime", "lifecycle-runtime", "activity-compose", "core-ktx", "lifecycle-viewmodel", "kotlin-stdlib", "kotlin-reflect", "splashscreen", "preference", "legacy-support"]
logging = ["timber", "amplitude", "appsflyer", "installreferrer", "uxcam"]
koin = ["koin", "koin-compose"]
network = ["ktor-client-core", "ktor-client-android", "ktor-client-content-negotiation", "ktor-client-logging", "ktor-serialization", "ktor-client", "kotlinx-serialization", "grpc"]
Expand Down

0 comments on commit c602d4b

Please sign in to comment.