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 11
22buildscript {
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
2525apply plugin : ' com.android.library'
2626apply plugin : ' kotlin-android'
27- apply plugin : ' kotlin-android-extensions'
2827apply plugin : ' kotlin-kapt'
2928
3029android {
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments