Skip to content

Commit

Permalink
0.8.0 build (f-droid)
Browse files Browse the repository at this point in the history
  • Loading branch information
sakethpathike committed Sep 23, 2024
1 parent fad6fbb commit 986e717
Show file tree
Hide file tree
Showing 4 changed files with 12 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 @@ -2,12 +2,12 @@ plugins {
id 'com.android.application'
id 'org.jetbrains.kotlin.android'
id 'org.jetbrains.kotlin.plugin.serialization'
id 'com.google.gms.google-services'
id 'com.google.firebase.crashlytics'
//id 'com.google.gms.google-services'
//id 'com.google.firebase.crashlytics'
id("dagger.hilt.android.plugin")
id("kotlin-kapt")
id 'com.google.devtools.ksp'
id("com.google.android.gms.oss-licenses-plugin")
//id("com.google.android.gms.oss-licenses-plugin")
}
android {
namespace 'com.sakethh.linkora'
Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
classpath "org.jetbrains.kotlin:kotlin-serialization:1.9.10"
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.21'
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 @@ -20,7 +20,7 @@ plugins {
id 'com.android.library' version '8.2.0' apply false
id 'com.google.devtools.ksp' version '1.9.20-1.0.14' apply false
id 'org.jetbrains.kotlin.android' version '1.7.20' apply false
id 'com.google.gms.google-services' version '4.3.15' apply false
//id 'com.google.gms.google-services' version '4.3.15' apply false
id("com.google.dagger.hilt.android") version "2.48.1" apply false
id 'com.google.firebase.crashlytics' version '2.9.9' apply false
//id 'com.google.firebase.crashlytics' version '2.9.9' apply false
}
5 changes: 5 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/28.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## What's New
- Added a global folder `All Links` for easy access to all links.
- Links can now be searched with `notes`.
- Customizable _Layouts_ in `Settings`: `Regular List View`, `Title Only List View`, `Grid View`, and `Staggered View`.
- Fixed the _cursive_ font issue.
2 changes: 1 addition & 1 deletion fastlane/metadata/android/en-US/full_description.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Linkora is your no-nonsense solution for link organization on Android. Whether you're saving a single link or categorizing them into folders, Linkora handles it all with unmatched simplicity.
Linkora is your straightforward solution for organizing links on Android. Whether youre saving a single link or categorizing them into folders, Linkora simplifies the process.

Features:

Expand Down

0 comments on commit 986e717

Please sign in to comment.