Skip to content

Commit

Permalink
Release 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
robinlinden committed Jan 22, 2022
1 parent e967cac commit c6d9576
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions atox/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ android {
applicationId = "ltd.evilcorp.atox"
minSdk = AndroidSdk.minVersion
targetSdk = AndroidSdk.targetVersion
versionCode = 10
versionName = "0.7.0"
versionCode = 11
versionName = "0.7.1"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
multiDexEnabled = true
}
Expand Down

0 comments on commit c6d9576

Please sign in to comment.