Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1338a37

Browse files
Switch to API 33 and Gradle 8.1.4
1 parent31568c1 commit1338a37

File tree

5 files changed

+14
-13
lines changed

5 files changed

+14
-13
lines changed

‎app/build.gradle‎

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

33
android {
4-
compileSdkVersion 32
5-
buildToolsVersion"32.0.0"
4+
compileSdk 33
5+
buildToolsVersion"33.0.1"
66

77

88
defaultConfig {
99
applicationId"eu.basicairdata.clinometer"
1010
minSdkVersion19
11-
targetSdkVersion32
11+
targetSdkVersion33
1212

1313
// -----------------------------------------------------------------------------------------
1414
// We use the Semantic Versioning (https://semver.org/):
@@ -41,6 +41,7 @@ android {
4141
lint {
4242
abortOnErrorfalse
4343
}
44+
namespace'eu.basicairdata.clinometer'
4445

4546
}
4647

‎app/src/main/AndroidManifest.xml‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@
2121
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
2222
-->
2323

24-
<manifestxmlns:android="http://schemas.android.com/apk/res/android"
25-
package="eu.basicairdata.clinometer">
24+
<manifestxmlns:android="http://schemas.android.com/apk/res/android">
2625

2726
<uses-featureandroid:name="android.hardware.sensor.accelerometer"android:required="true" />
2827
<uses-featureandroid:name="android.hardware.camera"android:required="false" />

‎build.gradle‎

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,10 @@ buildscript {
44

55
repositories {
66
google()
7-
jcenter()
8-
7+
gradlePluginPortal()
98
}
109
dependencies {
11-
classpath'com.android.tools.build:gradle:7.1.2'
12-
10+
classpath'com.android.tools.build:gradle:8.1.4'
1311

1412
// NOTE: Do not place your application dependencies here; they belong
1513
// in the individual module build.gradle files
@@ -19,8 +17,8 @@ buildscript {
1917
allprojects {
2018
repositories {
2119
google()
22-
jcenter()
23-
20+
mavenCentral()
21+
gradlePluginPortal()
2422
}
2523
}
2624

‎gradle.properties‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@
66
# http://www.gradle.org/docs/current/userguide/build_environment.html
77
# Specifies the JVM arguments used for the daemon process.
88
# The setting is particularly useful for tweaking memory settings.
9+
android.defaults.buildfeatures.buildconfig=true
910
android.enableJetifier=true
11+
android.nonFinalResIds=false
12+
android.nonTransitiveRClass=false
1013
android.useAndroidX=true
1114
org.gradle.jvmargs=-Xmx1536m
1215
# When configured, Gradle will run in incubating parallel mode.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionSha256Sum=f581709a9c35e9cb92e16f585d2c4bc99b2b1a5f85d2badbd3dc6bff59e1e6dd
4-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-bin.zip
3+
distributionSha256Sum=4159b938ec734a8388ce03f52aa8f3c7ed0d31f5438622545de4f83a89b79788
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-bin.zip
55
zipStoreBase=GRADLE_USER_HOME
66
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp