Skip to content

Commit

Permalink
Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Schubert committed Sep 1, 2024
1 parent d505b8f commit 99506c1
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 = 35
versionCode = 89
versionCode = 90
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.5"
version = "3.2.6"

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.5
version=3.2.6
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/90.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Add commands
Migrate to android sdk 35

0 comments on commit 99506c1

Please sign in to comment.