Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
cache: gradle

- name: Gradle Caching
uses: actions/cache@v4.1.0
uses: actions/cache@v4
with:
path: |
~/.gradle/caches
Expand Down
10 changes: 5 additions & 5 deletions myscript-iink/UIReferenceImplementation/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ plugins {
android {
namespace 'com.myscript.iink.uireferenceimplementation'

compileSdk 33
compileSdk 36

defaultConfig {
minSdk 21
targetSdk 33
versionCode 2110
versionName '2.1.1'
targetSdk 36
versionCode 4500
versionName '4.5.0'

vectorDrawables.useSupportLibrary true
}
Expand All @@ -20,5 +20,5 @@ android {
dependencies {
implementation "androidx.appcompat:appcompat:1.5.1"
implementation "com.google.code.gson:gson:2.10.1"
api "com.myscript:iink:3.0.2"
api "com.myscript:iink:4.5.0"
}
Loading
Loading