Skip to content

Commit

Permalink
Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Schubert committed Aug 31, 2024
1 parent 88ab72b commit 276ea35
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 @@ -38,7 +38,7 @@ android {
applicationId = "com.inspiredandroid.linuxcommandbibliotheca"
minSdk = 24
targetSdk = 34
versionCode = 85
versionCode = 86
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 @@ -20,7 +20,7 @@ buildscript {
}

group = "org.example"
version = "3.2.4"
version = "3.2.5"

allprojects {
repositories {
Expand Down
2 changes: 1 addition & 1 deletion cli/src/main/resources/application.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=3.2.4
version=3.2.5
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/86.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Fix github issues
Upgrade sdks

0 comments on commit 276ea35

Please sign in to comment.