Skip to content

Commit

Permalink
Release
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonSchubert committed Oct 6, 2023
1 parent 7c21ae0 commit e381983
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ android {
applicationId = "com.inspiredandroid.linuxcommandbibliotheca"
minSdk = 24
targetSdk = 34
versionCode = 83
versionCode = 84
versionName = project.version.toString()
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ buildscript {
}

group = "org.example"
version = "3.2.1"
version = "3.2.2"

allprojects {
repositories {
Expand Down
2 changes: 1 addition & 1 deletion cli/src/jvmMain/resources/application.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=3.2.1
version=3.2.2
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/84.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Add commands
Upgrade sdks

0 comments on commit e381983

Please sign in to comment.