File tree 11 files changed +32
-140
lines changed
11 files changed +32
-140
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -7,15 +7,15 @@ buildscript {
7
7
google()
8
8
}
9
9
dependencies {
10
- classpath ' com.android.tools.build:gradle:3.3 .2'
10
+ classpath ' com.android.tools.build:gradle:4.1 .2'
11
11
12
12
// NOTE: Do not place your application dependencies here; they belong
13
13
// in the individual module build.gradle files
14
14
}
15
15
}
16
16
17
17
plugins {
18
- id " com.jfrog.bintray" version " 1.7.3 "
18
+ id " com.jfrog.bintray" version " 1.8.5 "
19
19
id " com.github.dcendents.android-maven" version " 2.0"
20
20
}
21
21
Original file line number Diff line number Diff line change 1
- # Fri Mar 08 12:20:11 CET 2019
1
+ # Wed Jan 27 10:07:18 CET 2021
2
2
distributionBase =GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
6
- distributionUrl =https\://services.gradle.org/distributions/gradle-4.10.1-all .zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-6.5-bin .zip
Original file line number Diff line number Diff line change 1
1
apply plugin : ' com.android.application'
2
2
3
3
android {
4
- compileSdkVersion 28
5
- buildToolsVersion " 28 .0.3 "
4
+ compileSdkVersion 30
5
+ buildToolsVersion " 30 .0.2 "
6
6
7
7
dataBinding {
8
8
enabled = true
@@ -11,7 +11,7 @@ android {
11
11
defaultConfig {
12
12
applicationId " com.example.satispayintent"
13
13
minSdkVersion 15
14
- targetSdkVersion 28
14
+ targetSdkVersion 30
15
15
versionCode 1
16
16
versionName " 1.0"
17
17
testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
@@ -28,13 +28,13 @@ dependencies {
28
28
implementation fileTree(dir : ' libs' , include : [' *.jar' ])
29
29
30
30
// implementation project(':satispayintent')
31
- implementation ' com.satispay:satispayintent:1.0.5 '
31
+ implementation ' com.satispay:satispayintent:1.0.6 '
32
32
33
33
androidTestImplementation(' androidx.test.espresso:espresso-core:3.1.0-alpha4' , {
34
34
exclude group : ' com.android.support' , module : ' support-annotations'
35
35
})
36
- implementation ' androidx.appcompat:appcompat:1.0.2 '
37
- implementation ' com.google.android.material:material:1.0.0 '
36
+ implementation ' androidx.appcompat:appcompat:1.2.0 '
37
+ implementation ' com.google.android.material:material:1.2.1 '
38
38
implementation ' androidx.cardview:cardview:1.0.0'
39
- testImplementation ' junit:junit:4.12 '
39
+ testImplementation ' junit:junit:4.13.1 '
40
40
}
Original file line number Diff line number Diff line change 1
1
apply plugin : ' com.jfrog.bintray'
2
2
3
3
task sourcesJar (type : Jar ) {
4
- classifier = ' sources'
4
+ archiveClassifier . set( ' sources' )
5
5
from android. sourceSets. main. java. srcDirs
6
6
}
7
7
@@ -11,7 +11,7 @@ task javadoc(type: Javadoc) {
11
11
}
12
12
13
13
task javadocJar (type : Jar , dependsOn : javadoc) {
14
- classifier = ' javadoc'
14
+ archiveClassifier . set( ' javadoc' )
15
15
from javadoc. destinationDir
16
16
}
17
17
@@ -35,10 +35,10 @@ bintray {
35
35
licenses = [' Apache-2.0' ]
36
36
vcsUrl = ' https://github.com/satispay/satispayintent-android-sdk.git'
37
37
version {
38
- name = ' 1.0.5 '
38
+ name = ' 1.0.6 '
39
39
// desc = 'Satispay for third-party apps'
40
40
released = new Date ()
41
- vcsTag = ' 1.0.5 '
41
+ vcsTag = ' 1.0.6 '
42
42
}
43
43
}
44
44
}
Original file line number Diff line number Diff line change 1
1
apply plugin : ' com.android.library'
2
2
3
3
android {
4
- compileSdkVersion 28
5
- buildToolsVersion " 28 .0.3 "
4
+ compileSdkVersion 30
5
+ buildToolsVersion " 30 .0.2 "
6
6
7
7
defaultConfig {
8
8
minSdkVersion 15
9
- targetSdkVersion 28
9
+ targetSdkVersion 30
10
10
versionCode 1
11
- versionName " 1.0.4 "
11
+ versionName " 1.0.6 "
12
12
13
13
testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
14
14
@@ -22,12 +22,12 @@ android {
22
22
}
23
23
24
24
dependencies {
25
- implementation ' androidx.annotation:annotation:1.0.2 '
25
+ implementation ' androidx.annotation:annotation:1.1.0 '
26
26
27
27
androidTestImplementation(' androidx.test.espresso:espresso-core:3.1.0-alpha4' , {
28
28
exclude group : ' com.android.support' , module : ' support-annotations'
29
29
})
30
- testImplementation ' junit:junit:4.12 '
30
+ testImplementation ' junit:junit:4.13.1 '
31
31
}
32
32
33
33
apply from : ' install.gradle'
Original file line number Diff line number Diff line change 1
1
apply plugin : ' com.github.dcendents.android-maven'
2
2
3
- version = ' 1.0.5 '
3
+ version = ' 1.0.6 '
4
4
group = ' com.satispay'
5
5
// archivesBaseName = 'satispayintent'
6
6
@@ -15,7 +15,7 @@ install {
15
15
packaging ' aar'
16
16
groupId ' com.satispay'
17
17
artifactId ' satispayintent'
18
- version ' 1.0.5 '
18
+ version ' 1.0.6 '
19
19
20
20
licenses {
21
21
license {
Original file line number Diff line number Diff line change 1
- <manifest package =" com.satispay.satispayintent" >
1
+ <manifest xmlns : android =" http://schemas.android.com/apk/res/android"
2
+ package =" com.satispay.satispayintent" >
3
+
4
+ <queries >
5
+ <package android : name =" com.satispay.customer" />
6
+ <package android : name =" com.satispay.customer.staging.debug" />
7
+ <package android : name =" com.satispay.customer.dev.debug" />
8
+ </queries >
9
+
2
10
<application />
3
11
</manifest >
4
12
You can’t perform that action at this time.
0 commit comments