Skip to content

Commit

Permalink
update tag
Browse files Browse the repository at this point in the history
  • Loading branch information
atavism committed Jan 24, 2025
1 parent 27a66dc commit fb65a22
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- main
tags:
- 'v*'
- '*'
pull_request:
branches: [ main ]

Expand Down
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ merge-libs: extract
# Build SDK
build-sdk: merge-libs sdk-release
@echo "Copying final SDK AAR..."
mkdir -p $(BUILD_DIR)
cp build/$(SDK_DIR)/outputs/aar/sdk-release.aar \
$(BUILD_DIR)/lanternsdk-android-$(VERSION).aar
@echo "SDK built -> $(BUILD_DIR)/lanternsdk-android-$(VERSION).aar"
Expand Down
6 changes: 2 additions & 4 deletions example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,11 @@ repositories {


dependencies {

implementation(name: 'lanternsdk-android', ext: 'aar') {
transitive = true
}
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.0.3'
implementation fileTree(dir: "libs", include: ["*.jar"])

implementation 'com.github.getlantern:lanternsdk-android:1.0.1'

implementation 'androidx.core:core-ktx:1.15.0'
implementation 'androidx.appcompat:appcompat:1.7.0'
implementation 'androidx.constraintlayout:constraintlayout:2.2.0'
Expand Down

0 comments on commit fb65a22

Please sign in to comment.