Skip to content

Commit

Permalink
1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
DwEnn committed Jul 7, 2024
1 parent c4e8a0e commit 19cb450
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 4 deletions.
20 changes: 20 additions & 0 deletions app/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.keyme.app",
"variantName": "release",
"elements": [
{
"type": "SINGLE",
"filters": [],
"attributes": [],
"versionCode": 6,
"versionName": "1.0.2",
"outputFile": "app-release.apk"
}
],
"elementType": "File"
}
8 changes: 4 additions & 4 deletions buildSrc/src/main/java/AppConfig.kt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
object AppConfig {
const val minSdkVersion = 24
const val targetSdkVersion = 33
const val compileSdkVersion = 33
const val targetSdkVersion = 34
const val compileSdkVersion = 34

const val versionCode = 5
const val versionName = "1.0.1"
const val versionCode = 6
const val versionName = "1.0.2"

const val androidTestInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
const val proguardConsumerRules = "consumer-rules.pro"
Expand Down

0 comments on commit 19cb450

Please sign in to comment.