diff --git a/.idea/deploymentTargetDropDown.xml b/.idea/deploymentTargetDropDown.xml index 385823a..b526b27 100644 --- a/.idea/deploymentTargetDropDown.xml +++ b/.idea/deploymentTargetDropDown.xml @@ -1,6 +1,17 @@ + + + + + + + + + + + @@ -12,6 +23,6 @@ - + \ No newline at end of file diff --git a/app/build.gradle b/app/build.gradle index f3e81d6..977ae2e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -3,14 +3,14 @@ plugins { } android { - compileSdk 31 + compileSdk 33 defaultConfig { applicationId "nl.privacydragon.bookwyrm" minSdk 23 targetSdk 31 - versionCode 9 - versionName "1.3.2" + versionCode 10 + versionName "1.3.3" testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner' } @@ -29,12 +29,12 @@ android { dependencies { - implementation 'androidx.appcompat:appcompat:1.4.1' - implementation 'androidx.constraintlayout:constraintlayout:2.1.3' + implementation 'androidx.appcompat:appcompat:1.6.0' + implementation 'androidx.constraintlayout:constraintlayout:2.1.4' testImplementation 'junit:junit:4.13.2' - androidTestImplementation 'androidx.test.ext:junit:1.1.3' - androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0' - implementation 'com.google.zxing:core:3.3.0' + androidTestImplementation 'androidx.test.ext:junit:1.1.5' + androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1' + implementation 'com.google.zxing:core:3.5.1' implementation 'com.journeyapps:zxing-android-embedded:4.3.0@aar' //implementation 'com.github.yuriy-budiyev:code-scanner:2.1.2' diff --git a/app/release/Bookwyrm-v1.3.2.apk b/app/release/Bookwyrm-v1.3.2.apk deleted file mode 100644 index ba1a76b..0000000 Binary files a/app/release/Bookwyrm-v1.3.2.apk and /dev/null differ diff --git a/app/release/output-metadata.json b/app/release/output-metadata.json index d256f0d..57dacec 100644 --- a/app/release/output-metadata.json +++ b/app/release/output-metadata.json @@ -11,8 +11,8 @@ "type": "SINGLE", "filters": [], "attributes": [], - "versionCode": 9, - "versionName": "1.3.2", + "versionCode": 10, + "versionName": "1.3.3", "outputFile": "app-release.apk" } ], diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 9dd3920..abf9cad 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -331,6 +331,182 @@ android:host="library.cybre.city" android:pathPrefix="/user/" /> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +