File tree Expand file tree Collapse file tree 4 files changed +8
-5
lines changed
Expand file tree Collapse file tree 4 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 11apply plugin : ' com.android.application'
22
33android {
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 }
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =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
You can’t perform that action at this time.
0 commit comments