Skip to content

Commit

Permalink
Update V2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
woheller69 committed Sep 15, 2023
1 parent 62321e0 commit 5b43313
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "org.woheller69.solxpect"
minSdkVersion 26
targetSdkVersion 33
versionCode 20
versionName "2.0"
versionCode 21
versionName "2.1"

buildConfigField "String", "BASE_URL", "\"https://api.open-meteo.com/v1/\""
buildConfigField "String", "GITHUB_URL","\"https://github.com/woheller69/solxpect/\""
Expand Down
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/21.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Add Turkish translation
Improved calculation for shading

0 comments on commit 5b43313

Please sign in to comment.