File tree Expand file tree Collapse file tree 24 files changed +43
-25
lines changed Expand file tree Collapse file tree 24 files changed +43
-25
lines changed 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
4
+ compileSdkVersion 31
5
5
buildToolsVersion " 28.0.3"
6
6
defaultConfig {
7
7
applicationId ' tech.cherri.directpayexample'
8
8
minSdkVersion 15
9
- targetSdkVersion 28
9
+ targetSdkVersion 31
10
10
versionCode 15
11
11
versionName " 2.3.1"
12
12
}
Original file line number Diff line number Diff line change 10
10
android : label =" @string/app_name"
11
11
android : supportsRtl =" true"
12
12
android : theme =" @style/AppTheme" >
13
- <activity android : name =" .MainActivity" >
13
+ <activity android : name =" .MainActivity"
14
+ android : exported =" true" >
14
15
<intent-filter >
15
16
<action android : name =" android.intent.action.MAIN" />
16
17
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
4
+ compileSdkVersion 31
5
5
buildToolsVersion " 28.0.3"
6
6
defaultConfig {
7
7
applicationId ' tech.cherri.easywalletexample'
8
8
minSdkVersion 15
9
- targetSdkVersion 28
9
+ targetSdkVersion 31
10
10
versionCode 15
11
11
versionName " 2.3.1"
12
12
}
Original file line number Diff line number Diff line change 10
10
android : theme =" @style/AppTheme" >
11
11
<activity
12
12
android : name =" .MainActivity"
13
- android : launchMode =" singleTask" >
13
+ android : launchMode =" singleTask"
14
+ android : exported =" true" >
14
15
<intent-filter >
15
16
<action android : name =" android.intent.action.MAIN" />
16
17
41
42
42
43
</activity >
43
44
</application >
45
+ <queries >
46
+ <!-- for easy-wallet open -->
47
+ <package android : name =" com.easycard.wallet" />
48
+ </queries >
44
49
</manifest >
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ buildscript {
6
6
google()
7
7
}
8
8
dependencies {
9
- classpath ' com.android.tools.build:gradle:3.0 .0'
9
+ classpath ' com.android.tools.build:gradle:3.6 .0'
10
10
11
11
// NOTE: Do not place your application dependencies here; they belong
12
12
// in the individual module build.gradle files
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ 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.1 -all.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-5.6.4 -all.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
4
+ compileSdkVersion 31
5
5
buildToolsVersion " 28.0.3"
6
6
defaultConfig {
7
- applicationId ' tech.cherri.googlepayexample '
7
+ applicationId ' tech.cherri.payment.google '
8
8
minSdkVersion 15
9
- targetSdkVersion 28
9
+ targetSdkVersion 31
10
10
versionCode 15
11
11
versionName " 2.3.1"
12
12
}
Original file line number Diff line number Diff line change 17
17
android : name =" com.google.android.gms.wallet.api.enabled"
18
18
android : value =" true" />
19
19
20
- <activity android : name =" tech.cherri.googlepayexample.MainActivity" >
20
+ <activity android : name =" tech.cherri.googlepayexample.MainActivity"
21
+ android : exported =" true" >
21
22
<intent-filter >
22
23
<action android : name =" android.intent.action.MAIN" />
23
24
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ buildscript {
10
10
google()
11
11
}
12
12
dependencies {
13
- classpath ' com.android.tools.build:gradle:3.0 .0'
13
+ classpath ' com.android.tools.build:gradle:3.6 .0'
14
14
15
15
// NOTE: Do not place your application dependencies here; they belong
16
16
// in the individual module build.gradle files
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ 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.1 -all.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-5.6.4 -all.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
4
+ compileSdkVersion 31
5
5
buildToolsVersion " 28.0.3"
6
6
defaultConfig {
7
7
applicationId ' tech.cherri.jkospayexample'
8
8
minSdkVersion 15
9
- targetSdkVersion 28
9
+ targetSdkVersion 31
10
10
versionCode 15
11
11
versionName " 2.3.1"
12
12
}
Original file line number Diff line number Diff line change 10
10
android : theme =" @style/AppTheme" >
11
11
<activity
12
12
android : name =" .MainActivity"
13
- android : launchMode =" singleTask" >
13
+ android : launchMode =" singleTask"
14
+ android : exported =" true" >
14
15
<intent-filter >
15
16
<action android : name =" android.intent.action.MAIN" />
16
17
41
42
42
43
</activity >
43
44
</application >
45
+ <queries >
46
+ <!-- for jko pay open -->
47
+ <package android : name =" com.jkos.app" />
48
+ </queries >
44
49
</manifest >
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ buildscript {
10
10
google()
11
11
}
12
12
dependencies {
13
- classpath ' com.android.tools.build:gradle:3.0 .0'
13
+ classpath ' com.android.tools.build:gradle:3.6 .0'
14
14
15
15
// NOTE: Do not place your application dependencies here; they belong
16
16
// in the individual module build.gradle files
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ 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.1 -all.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-5.6.4 -all.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
4
+ compileSdkVersion 31
5
5
buildToolsVersion " 28.0.3"
6
6
defaultConfig {
7
7
applicationId ' tech.cherri.linepayexample'
8
8
minSdkVersion 15
9
- targetSdkVersion 28
9
+ targetSdkVersion 31
10
10
versionCode 15
11
11
versionName " 2.3.1"
12
12
}
Original file line number Diff line number Diff line change 9
9
android : supportsRtl =" true"
10
10
android : theme =" @style/AppTheme" >
11
11
<activity android : name =" .MainActivity"
12
- android : launchMode =" singleTask" >
12
+ android : launchMode =" singleTask"
13
+ android : exported =" true" >
13
14
<intent-filter >
14
15
<action android : name =" android.intent.action.MAIN" />
15
16
28
29
</intent-filter >
29
30
</activity >
30
31
</application >
32
+ <queries >
33
+ <!-- for line pay open -->
34
+ <package android : name =" jp.naver.line.android" />
35
+ </queries >
31
36
</manifest >
Original file line number Diff line number Diff line change 1
1
apply plugin : ' com.android.application'
2
2
3
3
android {
4
- compileSdkVersion 30
4
+ compileSdkVersion 31
5
5
buildToolsVersion " 28.0.3"
6
6
defaultConfig {
7
7
applicationId " tech.cherri.samsungpayexample"
8
8
minSdkVersion 15
9
- targetSdkVersion 30
9
+ targetSdkVersion 31
10
10
versionCode 15
11
11
versionName " 2.3.1"
12
12
}
Original file line number Diff line number Diff line change 27
27
android : name =" spay_debug_api_key"
28
28
android : value =" c6482d4523094c25a9a0cadbaaa0b635" />
29
29
30
- <activity android : name =" .MainActivity" >
30
+ <activity android : name =" .MainActivity"
31
+ android : exported =" true" >
31
32
<intent-filter >
32
33
<action android : name =" android.intent.action.MAIN" />
33
34
You can’t perform that action at this time.
0 commit comments