Skip to content

Commit

Permalink
Merge pull request #11 from trustly/DEP-1789-patch-1
Browse files Browse the repository at this point in the history
DEP-1789 patch 1: Remove unnecessary classpath + remove unused gradle…
  • Loading branch information
jennylarsson94 authored Aug 19, 2024
2 parents 8a0150b + 2cabebc commit 5edc532
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 96 deletions.
4 changes: 0 additions & 4 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@

- Changed type of `activity` argument in `TrustlyWebView` class from `AppCompatActivity` to `Activity`.

### Removed

- **Appcompat**.

## [4.0.1] - 2024-02-26

### Changed
Expand Down
5 changes: 3 additions & 2 deletions TrustlyAndroidSdk/Trustly-Android-Library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,12 @@ android {
abortOnError false
}


defaultConfig {
minSdkVersion 21
compileSdk 33
targetSdkVersion 33
versionCode 7
versionName "4.0.1"
versionName "4.0.2"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles "consumer-rules.pro"
Expand All @@ -44,8 +43,10 @@ android {
}

dependencies {
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'androidx.browser:browser:1.5.0'
}

compileOptions {
sourceCompatibility JavaVersion.VERSION_17
targetCompatibility JavaVersion.VERSION_17
Expand Down
89 changes: 0 additions & 89 deletions TrustlyAndroidSdk/Trustly-Android-Library/publish.gradle

This file was deleted.

1 change: 0 additions & 1 deletion TrustlyAndroidSdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ buildscript {
}
dependencies {
classpath "com.android.tools.build:gradle:7.4.2"
classpath "com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4"
classpath "com.github.dcendents:android-maven-gradle-plugin:2.1"

// NOTE: Do not place your application dependencies here; they belong
Expand Down

0 comments on commit 5edc532

Please sign in to comment.