From 276ea35b29d4862dca77b9d8b7537e1ba3605f42 Mon Sep 17 00:00:00 2001 From: Simon Schubert Date: Sun, 1 Sep 2024 00:49:30 +0200 Subject: [PATCH] Release --- android/build.gradle.kts | 2 +- build.gradle.kts | 2 +- cli/src/main/resources/application.properties | 2 +- fastlane/metadata/android/en-US/changelogs/86.txt | 2 ++ 4 files changed, 5 insertions(+), 3 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/86.txt diff --git a/android/build.gradle.kts b/android/build.gradle.kts index 45f2b7d..09d049c 100644 --- a/android/build.gradle.kts +++ b/android/build.gradle.kts @@ -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" } diff --git a/build.gradle.kts b/build.gradle.kts index b3cf1a7..ba25761 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -20,7 +20,7 @@ buildscript { } group = "org.example" -version = "3.2.4" +version = "3.2.5" allprojects { repositories { diff --git a/cli/src/main/resources/application.properties b/cli/src/main/resources/application.properties index 8e3100b..195cb63 100644 --- a/cli/src/main/resources/application.properties +++ b/cli/src/main/resources/application.properties @@ -1 +1 @@ -version=3.2.4 \ No newline at end of file +version=3.2.5 \ No newline at end of file diff --git a/fastlane/metadata/android/en-US/changelogs/86.txt b/fastlane/metadata/android/en-US/changelogs/86.txt new file mode 100644 index 0000000..2c38762 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/86.txt @@ -0,0 +1,2 @@ +Fix github issues +Upgrade sdks \ No newline at end of file