Skip to content

Commit b293c8b

Browse files
Merge pull request #4 from AppFuton/v9.6.7
9.6.7 ; fix Weblate API URL formatting
2 parents c1b6d73 + 85c58b6 commit b293c8b

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.weblate

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[weblate]
2-
url = https://hosted.weblate.org/api/
2+
url = https://hosted.weblate.org/api
33
translation = futon/strings

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ android {
2828
applicationId 'io.github.landwarderer.futon'
2929
minSdk = 23
3030
targetSdk = 36
31-
versionCode project.hasProperty('versionCode') ? project.property('versionCode').toInteger() : 90606
32-
versionName project.hasProperty('versionName') ? project.property('versionName') : '9.6.6'
31+
versionCode project.hasProperty('versionCode') ? project.property('versionCode').toInteger() : 90607
32+
versionName project.hasProperty('versionName') ? project.property('versionName') : '9.6.7'
3333
generatedDensities = []
3434
testInstrumentationRunner 'io.github.landwarderer.futon.HiltTestRunner'
3535
ksp {

app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest
33
package="io.github.landwarderer.futon"
4-
android:versionCode="90606"
5-
android:versionName="9.6.6"
4+
android:versionCode="90607"
5+
android:versionName="9.6.7"
66
xmlns:android="http://schemas.android.com/apk/res/android"
77
xmlns:tools="http://schemas.android.com/tools">
88

0 commit comments

Comments
 (0)