Skip to content

Commit e190713

Browse files
Remove Android-Kotlin-Extensions library (#677)
* remove kotlin-android-extensions * Updating package version * update kotlin version defintion --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 4135a4e commit e190713

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

android/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
buildscript {
3-
def kotlinVersion = rootProject.ext.has('kotlinVersion') ? rootProject.ext.get('kotlinVersion') : "1.6.20"
3+
def kotlinVersion = rootProject.ext.has('kotlinVersion') ? rootProject.ext.get('kotlinVersion') : "1.8.22"
44
repositories {
55
google()
66
mavenCentral()
@@ -24,7 +24,6 @@ rootProject.allprojects {
2424

2525
apply plugin: 'com.android.library'
2626
apply plugin: 'kotlin-android'
27-
apply plugin: 'kotlin-android-extensions'
2827
apply plugin: 'kotlin-kapt'
2928

3029
android {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-native-pdftron",
33
"title": "React Native Pdftron",
4-
"version": "3.0.3-32",
4+
"version": "3.0.3-33",
55
"description": "React Native Pdftron",
66
"main": "./lib/index.js",
77
"typings": "index.ts",

0 commit comments

Comments
 (0)