Skip to content

Commit

Permalink
Android Studio Iguana | 2023.2.1
Browse files Browse the repository at this point in the history
 - Jitpack fix
  • Loading branch information
arnab-kundu committed Mar 17, 2024
1 parent 30f528d commit 560dcb3
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion escposprinter/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ android {
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
}

publishing {
// Publishes "fullRelease" build variant with "fullRelease" component created by
// Android Gradle plugin
singleVariant("release")
}
}

dependencies {
Expand All @@ -52,7 +58,7 @@ afterEvaluate {
description = 'Useful library to help Android developers to print with (Bluetooth, TCP, USB) ESC/POS thermal printers.'
}
afterEvaluate {
from components.release // TODO
from components.release
}
}
}
Expand Down

0 comments on commit 560dcb3

Please sign in to comment.