Commit 62a4a633 authored by Thomas's avatar Thomas
Browse files

Release 3.3.2

parent ed3579ba
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,8 +13,8 @@ android {
    defaultConfig {
        minSdk 21
        targetSdk 31
        versionCode 408
        versionName "3.3.1"
        versionCode 409
        versionName "3.3.2"
        testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
    }
    flavorDimensions "default"
+5 −0
Original line number Diff line number Diff line
[
  {
    "version": "3.3.2",
    "code": "409",
    "note": "- Fix an issue with cache and home timeline\n- Nitter timelines use the custom instance from settings\n- Fix Nitter issues (only RT)\n- No longer accepts invalid certificate for onion URLs(Google)\n- Fix some crashes"
  },
  {
    "version": "3.3.1",
    "code": "408",
+4 −2
Original line number Diff line number Diff line
@@ -26,7 +26,9 @@
        android:id="@+id/releasenotes"
        android:layout_width="match_parent"
        android:layout_height="0dp"
        android:layout_margin="5dp"
        android:layout_marginStart="20dp"
        android:layout_marginTop="10dp"
        android:layout_marginEnd="20dp"
        android:layout_weight="1" />

    <androidx.appcompat.widget.LinearLayoutCompat
@@ -36,7 +38,7 @@
        android:layout_marginStart="20dp"
        android:layout_marginEnd="20dp"
        android:orientation="horizontal"
        android:visibility="invisible"
        android:visibility="gone"
        app:layout_constraintBottom_toTopOf="@+id/about_support"
        tools:visibility="visible">

+5 −0
Original line number Diff line number Diff line
- Fix an issue with cache and home timeline
- Nitter timelines use the custom instance from settings
- Fix Nitter issues (only RT)
- No longer accepts invalid certificate for onion URLs(Google)
- Fix some crashes
 No newline at end of file