Skip to content

Commit

Permalink
Update example to Nutrient for Android 2024.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Nutrient authored and Nutrient committed Dec 17, 2024
1 parent 7f0b5ec commit a27134e
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# PSPDFKit for Android Example - Simple Jetpack Compose Example App
# Nutrient for Android Example - Simple Jetpack Compose Example App

A simple example app demonstrating [PSPDFKit for Android](https://pspdfkit.com/pdf-sdk/android/)'s composable API in the `com.pspdfkit.jetpack.compose` package.
A simple example app demonstrating [Nutrient for Android](https://nutrient.io/pdf-sdk/android/)'s composable API in the `com.pspdfkit.jetpack.compose` package.

## Prerequisites

Expand All @@ -27,8 +27,8 @@ This software is licensed under a [modified BSD license](LICENSE).

## Additional Resources

* PSPDFKit for Android online guides: https://pspdfkit.com/guides/android/current/
* PSPDFKit API reference:
* KDoc: https://pspdfkit.com/api/android/kdoc/
* Javadoc: https://pspdfkit.com/api/android/javadoc/
* PSPDFKit technical customer support: https://pspdfkit.com/support/request/
* Nutrient for Android online guides: https://nutrient.io/guides/android/current/
* Nutrient API reference:
* KDoc: https://nutrient.io/api/android/kdoc/
* Javadoc: https://nutrient.io/api/android/javadoc/
* Nutrient technical customer support: https://nutrient.io/support/request/
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ dependencies {

// Nutrient is integrated from the Nutrient Maven repository. See the `repositories` block at the beginning
// of this file, which shows how to set up the repository in your app.
implementation("com.pspdfkit:pspdfkit:2024.8.0")
implementation("com.pspdfkit:pspdfkit:2024.9.0")


implementation("androidx.datastore:datastore-preferences:1.1.1")
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="MissingTranslation">
<string name="app_name">PSPDFKit Simple Example</string>
<string name="app_name">Simple Example</string>
<string name="settings">Settings</string>
<string name="light_mode_selected">Light mode is Selected</string>
<string name="dark_mode_selected">Dark mode is Selected</string>
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
*/

plugins {
id("com.android.application") version "8.6.0" apply false
id("com.android.application") version "8.7.2" apply false
id("org.jetbrains.kotlin.android") version "2.0.20" apply false
id("org.jetbrains.kotlin.plugin.compose") version "2.0.20" apply false
id("com.google.devtools.ksp") version "2.0.20-1.0.24" apply false
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Mon Nov 13 13:26:01 IST 2023
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ dependencyResolutionManagement {
}
}

rootProject.name = "simple"
rootProject.name = "simple-compose"
include(":app")

0 comments on commit a27134e

Please sign in to comment.