Skip to content
This repository has been archived by the owner on Jul 7, 2024. It is now read-only.

Commit

Permalink
Chore: Bump agp and app version
Browse files Browse the repository at this point in the history
  • Loading branch information
wingio committed May 14, 2023
1 parent e1ca0b9 commit b8ae05c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ android {
applicationId = "dev.beefers.vendetta.manager"
minSdk = 28
targetSdk = 33
versionCode = 1080
versionName = "1.0.8"
versionCode = 1081
versionName = "1.0.81"

buildConfigField("String", "GIT_BRANCH", "\"${getCurrentBranch()}\"")
buildConfigField("String", "GIT_COMMIT", "\"${getLatestCommit()}\"")
Expand Down
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id("com.android.application") version "8.2.0-alpha02" apply false
id("com.android.library") version "8.2.0-alpha02" apply false
id("com.android.application") version "8.2.0-alpha03" apply false
id("com.android.library") version "8.2.0-alpha03" apply false
kotlin("android") version "1.7.20" apply false
}

Expand Down

1 comment on commit b8ae05c

@AAGaming00
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

its literally been 1 day how the hell is there already a new alpha

Please sign in to comment.