Skip to content

Commit

Permalink
Advance version number to 2.35.0
Browse files Browse the repository at this point in the history
  • Loading branch information
markusfisch committed Jan 10, 2025
1 parent 58dbbd7 commit 9070177
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 2.35.0
* Improve option menus
* Improve code completions
* Show all errors in a bottom sheet
* Support GLES30 with camera uniform
* Use CameraX for camera uniform

## 2.34.3
* Use a Snackbar for GLSL error messages
* Update Ukrainian translation
Expand Down
6 changes: 3 additions & 3 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ android {
minSdk = 21
targetSdk = compileSdk

versionCode = 85
versionName = "2.34.3"
versionCode = 87
versionName = "2.35.0"

vectorDrawables {
useSupportLibrary = true
Expand Down Expand Up @@ -59,4 +59,4 @@ dependencies {
implementation (libs.androidx.camera.core)
implementation(libs.androidx.camera.camera2)
implementation(libs.androidx.camera.lifecycle)
}
}
6 changes: 6 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/87.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
* Improve option menus
* Improve code completions
* Show all errors in a bottom sheet
* Support GLES30 with camera uniform
* Use CameraX for camera uniform

0 comments on commit 9070177

Please sign in to comment.