Skip to content

Commit

Permalink
Update Android to 11.0.0 (#696)
Browse files Browse the repository at this point in the history
* Update Android to 11.0.0

* Updating package version

* Update correct gradle

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
ama-pdftron and github-actions[bot] authored Oct 29, 2024
1 parent 5fe7d55 commit c929486
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ dependencies {
implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.5.1'
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.1'

implementation "com.pdftron:pdftron:10.12.1-beta01"
implementation "com.pdftron:tools:10.12.1-beta01"
implementation "com.pdftron:collab:10.12.1-beta01"
implementation "com.pdftron:pdftron:11.0.0"
implementation "com.pdftron:tools:11.0.0"
implementation "com.pdftron:collab:11.0.0"
}
4 changes: 2 additions & 2 deletions example/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ buildscript {
ext {
buildToolsVersion = "31.0.0"
minSdkVersion = 21
compileSdkVersion = 33
targetSdkVersion = 33
compileSdkVersion = 34
targetSdkVersion = 34

if (System.properties['os.arch'] == "aarch64") {
// For M1 Users we need to use the NDK 24 which added support for aarch64
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-native-pdftron",
"title": "React Native Pdftron",
"version": "3.0.4-8",
"version": "3.0.4-9",
"description": "React Native Pdftron",
"main": "./lib/index.js",
"typings": "index.ts",
Expand Down

0 comments on commit c929486

Please sign in to comment.