Skip to content

Commit 990340c

Browse files
authored
Merge pull request #44 from stebeh/sdk30
Support launching Notepad from Shopping with SDK30.
2 parents 44e8af4 + d966e07 commit 990340c

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

NotePad/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
apply plugin: 'com.android.application'
22

33
android {
4-
compileSdkVersion 28
5-
buildToolsVersion "28.0.3"
4+
compileSdkVersion 30
5+
buildToolsVersion '30.0.3'
66

77
defaultConfig {
88
applicationId "org.openintents.notepad"
99
minSdkVersion 14
10-
targetSdkVersion 28
10+
targetSdkVersion 30
1111
versionCode 10084
1212
versionName "1.5.4"
1313
}

NotePad/src/main/AndroidManifest.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@
4040
[10054] 1.1.1: 2009-05-16
4141
[10052] 1.1.0: 2009-02-02 -->
4242

43+
<queries>
44+
<package android:name="org.openintents.shopping" />
45+
</queries>
4346

4447
<uses-feature
4548
android:name="android.hardware.touchscreen"

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ buildscript {
44
google()
55
}
66
dependencies {
7-
classpath 'com.android.tools.build:gradle:3.4.1'
7+
classpath 'com.android.tools.build:gradle:7.0.2'
88
classpath 'com.novoda:gradle-android-command-plugin:1.4.0'
99
}
1010
}

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-5.1.1-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-all.zip

0 commit comments

Comments
 (0)