Skip to content

Commit

Permalink
update iink additional samples to iink 1.4.1 and androidX
Browse files Browse the repository at this point in the history
  • Loading branch information
Olivier-myscript committed Nov 6, 2020
1 parent 9d8b7c4 commit 0883c30
Show file tree
Hide file tree
Showing 39 changed files with 3,019 additions and 2,392 deletions.
8 changes: 4 additions & 4 deletions UIReferenceImplementation/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ android {
defaultConfig {
minSdkVersion project.ext.minSdkVersion
targetSdkVersion project.ext.targetSdkVersion
versionCode 1300
versionName '1.3.0'
versionCode 1410
versionName '1.4.1'

vectorDrawables.useSupportLibrary true
}
}

dependencies {
implementation "com.android.support:appcompat-v7:${project.ext.supportLibraryVersion}"
implementation "androidx.appcompat:appcompat:${project.ext.supportLibraryVersion}"
implementation "com.google.code.gson:gson:2.8.2"
api "com.myscript:iink:1.3.0"
api "com.myscript:iink:1.4.1"
}
Loading

0 comments on commit 0883c30

Please sign in to comment.