File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 1
1
2
2
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 "
4
4
repositories {
5
5
google()
6
6
mavenCentral()
@@ -24,7 +24,6 @@ rootProject.allprojects {
24
24
25
25
apply plugin : ' com.android.library'
26
26
apply plugin : ' kotlin-android'
27
- apply plugin : ' kotlin-android-extensions'
28
27
apply plugin : ' kotlin-kapt'
29
28
30
29
android {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-native-pdftron" ,
3
3
"title" : " React Native Pdftron" ,
4
- "version" : " 3.0.3-32 " ,
4
+ "version" : " 3.0.3-33 " ,
5
5
"description" : " React Native Pdftron" ,
6
6
"main" : " ./lib/index.js" ,
7
7
"typings" : " index.ts" ,
You can’t perform that action at this time.
0 commit comments