Skip to content

Commit 0883c30

Browse files
update iink additional samples to iink 1.4.1 and androidX
1 parent 9d8b7c4 commit 0883c30

File tree

39 files changed

+3019
-2392
lines changed

39 files changed

+3019
-2392
lines changed

UIReferenceImplementation/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ android {
66
defaultConfig {
77
minSdkVersion project.ext.minSdkVersion
88
targetSdkVersion project.ext.targetSdkVersion
9-
versionCode 1300
10-
versionName '1.3.0'
9+
versionCode 1410
10+
versionName '1.4.1'
1111

1212
vectorDrawables.useSupportLibrary true
1313
}
1414
}
1515

1616
dependencies {
17-
implementation "com.android.support:appcompat-v7:${project.ext.supportLibraryVersion}"
17+
implementation "androidx.appcompat:appcompat:${project.ext.supportLibraryVersion}"
1818
implementation "com.google.code.gson:gson:2.8.2"
19-
api "com.myscript:iink:1.3.0"
19+
api "com.myscript:iink:1.4.1"
2020
}

0 commit comments

Comments
 (0)