File tree Expand file tree Collapse file tree 12 files changed +5
-15
lines changed Expand file tree Collapse file tree 12 files changed +5
-15
lines changed Original file line number Diff line number Diff line change @@ -2,11 +2,10 @@ apply plugin: 'com.android.application'
2
2
3
3
android {
4
4
compileSdkVersion 27
5
- buildToolsVersion ' 27.0.3'
6
5
defaultConfig {
7
6
applicationId " processing.tests.fast2d"
8
7
minSdkVersion 17
9
- targetSdkVersion 21
8
+ targetSdkVersion 26
10
9
versionCode 1
11
10
versionName " 1.0"
12
11
}
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<manifest xmlns : android =" http://schemas.android.com/apk/res/android" android : versionCode =" 1" android : versionName =" 1.0" package =" fast2d" >
3
- <uses-sdk android : minSdkVersion =" 17" android : targetSdkVersion =" 26" />
4
3
<application
5
4
android : allowBackup =" true"
6
5
android : icon =" @mipmap/ic_launcher"
Original file line number Diff line number Diff line change @@ -2,11 +2,10 @@ apply plugin: 'com.android.application'
2
2
3
3
android {
4
4
compileSdkVersion 27
5
- buildToolsVersion ' 27.0.3'
6
5
defaultConfig {
7
6
applicationId " processing.tests.simple"
8
7
minSdkVersion 17
9
- targetSdkVersion 21
8
+ targetSdkVersion 26
10
9
versionCode 1
11
10
versionName " 1.0"
12
11
}
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<manifest xmlns : android =" http://schemas.android.com/apk/res/android" android : versionCode =" 1" android : versionName =" 1.0" package =" simple" >
3
- <uses-sdk android : minSdkVersion =" 17" android : targetSdkVersion =" 26" />
4
3
<application
5
4
android : allowBackup =" true"
6
5
android : icon =" @mipmap/ic_launcher"
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ apply plugin: 'com.android.application'
2
2
3
3
android {
4
4
compileSdkVersion 27
5
- buildToolsVersion ' 27.0.3'
6
5
defaultConfig {
7
6
applicationId " processing.tests.vrcube"
8
7
minSdkVersion 19
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<manifest xmlns : android =" http://schemas.android.com/apk/res/android" android : versionCode =" 1" android : versionName =" 1.0" package =" vrcube" >
3
- <uses-sdk android : minSdkVersion =" 19" android : targetSdkVersion =" 26" />
4
3
<uses-permission android : name =" android.permission.VIBRATE" />
5
4
<uses-permission android : name =" android.permission.READ_EXTERNAL_STORAGE" />
6
5
<uses-feature android : name =" android.hardware.sensor.accelerometer" android : required =" true" />
Original file line number Diff line number Diff line change @@ -2,11 +2,10 @@ apply plugin: 'com.android.application'
2
2
3
3
android {
4
4
compileSdkVersion 27
5
- buildToolsVersion ' 27.0.3'
6
5
defaultConfig {
7
6
applicationId " processing.tests.wallpaper"
8
7
minSdkVersion 17
9
- targetSdkVersion 21
8
+ targetSdkVersion 26
10
9
versionCode 1
11
10
versionName " 1.0"
12
11
}
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<manifest xmlns : android =" http://schemas.android.com/apk/res/android" android : versionCode =" 1" android : versionName =" 1.0" package =" wallpaper" >
3
- <uses-sdk android : minSdkVersion =" 17" android : targetSdkVersion =" 26" />
4
3
<uses-feature android : name =" android.software.live_wallpaper" />
5
4
<application android : icon =" @mipmap/ic_launcher" android : label =" wallpaper" >
6
5
<service android : label =" wallpaper" android : name =" .MainService" android : permission =" android.permission.BIND_WALLPAPER" >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<manifest xmlns : android =" http://schemas.android.com/apk/res/android" android : versionCode =" 1" android : versionName =" 1.0" package =" watchface" >
3
- <uses-sdk android : minSdkVersion =" 25" android : targetSdkVersion =" 26" />
4
3
<uses-feature android : name =" android.hardware.type.watch" />
5
4
<uses-permission android : name =" android.permission.WAKE_LOCK" />
6
5
<application android : icon =" @mipmap/ic_launcher" android : label =" watchface" android : supportsRtl =" true" android : theme =" @android:style/Theme.DeviceDefault" >
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.1.4 '
9
+ classpath ' com.android.tools.build:gradle:3.2.1 '
10
10
11
11
// NOTE: Do not place your application dependencies here; they belong
12
12
// in the individual module build.gradle files
You can’t perform that action at this time.
0 commit comments