Skip to content

Commit

Permalink
0.8.1 release (f-droid)
Browse files Browse the repository at this point in the history
  • Loading branch information
sakethpathike committed Sep 25, 2024
1 parent 81294b5 commit 484895d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ plugins {
id("kotlin-kapt")
id 'com.google.devtools.ksp'

id 'com.google.gms.google-services'
id 'com.google.firebase.crashlytics'
id("com.google.android.gms.oss-licenses-plugin")
//id 'com.google.gms.google-services'
//id 'com.google.firebase.crashlytics'
//id("com.google.android.gms.oss-licenses-plugin")
}
android {
namespace 'com.sakethh.linkora'
Expand Down
Binary file modified app/fdroid/release/app-fdroid-release.apk
Binary file not shown.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ buildscript {
classpath 'com.google.dagger:hilt-android-gradle-plugin:2.48.1'


classpath("com.google.android.gms:oss-licenses-plugin:0.10.6")
//classpath("com.google.android.gms:oss-licenses-plugin:0.10.6")
}
repositories {
google()
Expand All @@ -25,6 +25,6 @@ plugins {
id("com.google.dagger.hilt.android") version "2.48.1" apply false


id 'com.google.gms.google-services' version '4.3.15' apply false
id 'com.google.firebase.crashlytics' version '2.9.9' apply false
//id 'com.google.gms.google-services' version '4.3.15' apply false
//id 'com.google.firebase.crashlytics' version '2.9.9' apply false
}
4 changes: 3 additions & 1 deletion fastlane/metadata/android/en-US/changelogs/29.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@

- Fix issue where deleting an `Important Link` from the `Saved Links` tab deletes the link from `Saved Links` instead of `Important Links` on the home screen [#25].

- Fix navigation to `Default` panel in Home Screen.
- Fix navigation to `Default` panel in Home Screen.

- Fix "empty links" when copying, sharing, or opening links from non-list layouts.

0 comments on commit 484895d

Please sign in to comment.