Skip to content

Commit

Permalink
Version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanLongstaff committed Dec 13, 2024
1 parent 0ac3f83 commit f17f7e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ android {
applicationId = "artemis.agent"
minSdk = minimumSdkVersion
targetSdk = sdkVersion
versionCode = 6
versionName = "1.0.0"
versionCode = 7
versionName = "1.0.1"

multiDexEnabled = true
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
Expand Down

0 comments on commit f17f7e8

Please sign in to comment.