Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stefan-niedermann/nextcloud-deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Niedermann <info@niedermann.it>2022-09-16 11:36:44 +0300
committerStefan Niedermann <info@niedermann.it>2022-09-16 11:36:44 +0300
commitccf9fedc616361bdacc7b645d2e61a1577f80e0e (patch)
treec5aced27e0fdcfe12cd56c2a1690c09f45b18f94
parent5fc8fd29303f6c860700e09894b6b1262d36b40c (diff)
Upgrad to AGP 7.3.0
Signed-off-by: Stefan Niedermann <info@niedermann.it>
-rw-r--r--app/build.gradle10
-rw-r--r--app/pfungstadt/release/output-metadata.json20
-rw-r--r--build.gradle2
-rw-r--r--cross-tab-drag-and-drop/build.gradle4
-rw-r--r--gradle/wrapper/gradle-wrapper.properties2
-rw-r--r--tab-layout-helper/build.gradle4
6 files changed, 31 insertions, 11 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 1c2aeae50..5e8c69ec8 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -2,12 +2,12 @@ apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
android {
- compileSdkVersion 32
+ compileSdkVersion 33
buildToolsVersion "31.0.0"
defaultConfig {
applicationId "it.niedermann.nextcloud.deck"
minSdkVersion 23
- targetSdkVersion 32
+ targetSdkVersion 33
versionCode 1020002
versionName "1.20.2"
vectorDrawables.useSupportLibrary true
@@ -72,9 +72,9 @@ dependencies {
// Android X
implementation 'androidx.appcompat:appcompat:1.5.1'
- implementation 'androidx.camera:camera-camera2:1.2.0-alpha04'
- implementation 'androidx.camera:camera-lifecycle:1.2.0-alpha04'
- implementation 'androidx.camera:camera-view:1.2.0-alpha04'
+ implementation 'androidx.camera:camera-camera2:1.2.0-beta01'
+ implementation 'androidx.camera:camera-lifecycle:1.2.0-beta01'
+ implementation 'androidx.camera:camera-view:1.2.0-beta01'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.5.1'
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.1'
diff --git a/app/pfungstadt/release/output-metadata.json b/app/pfungstadt/release/output-metadata.json
new file mode 100644
index 000000000..8638b3466
--- /dev/null
+++ b/app/pfungstadt/release/output-metadata.json
@@ -0,0 +1,20 @@
+{
+ "version": 3,
+ "artifactType": {
+ "type": "APK",
+ "kind": "Directory"
+ },
+ "applicationId": "it.niedermann.nextcloud.deck.pfungstadt",
+ "variantName": "pfungstadtRelease",
+ "elements": [
+ {
+ "type": "SINGLE",
+ "filters": [],
+ "attributes": [],
+ "versionCode": 1020002,
+ "versionName": "1.20.2",
+ "outputFile": "app-pfungstadt-release.apk"
+ }
+ ],
+ "elementType": "File"
+} \ No newline at end of file
diff --git a/build.gradle b/build.gradle
index dc1b5cd7b..09d7f85f1 100644
--- a/build.gradle
+++ b/build.gradle
@@ -7,7 +7,7 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:7.2.2'
+ classpath 'com.android.tools.build:gradle:7.3.0'
//noinspection DifferentKotlinGradleVersion
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.10"
diff --git a/cross-tab-drag-and-drop/build.gradle b/cross-tab-drag-and-drop/build.gradle
index 810a491f4..df18a07b2 100644
--- a/cross-tab-drag-and-drop/build.gradle
+++ b/cross-tab-drag-and-drop/build.gradle
@@ -1,11 +1,11 @@
apply plugin: 'com.android.library'
android {
- compileSdkVersion 31
+ compileSdkVersion 33
buildToolsVersion "31.0.0"
defaultConfig {
minSdkVersion 22
- targetSdkVersion 31
+ targetSdkVersion 33
}
namespace 'it.niedermann.android.crosstabdnd'
}
diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties
index aa991fcea..ae04661ee 100644
--- a/gradle/wrapper/gradle-wrapper.properties
+++ b/gradle/wrapper/gradle-wrapper.properties
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
diff --git a/tab-layout-helper/build.gradle b/tab-layout-helper/build.gradle
index dca536f60..95aef30bb 100644
--- a/tab-layout-helper/build.gradle
+++ b/tab-layout-helper/build.gradle
@@ -1,11 +1,11 @@
apply plugin: 'com.android.library'
android {
- compileSdkVersion 31
+ compileSdkVersion 33
buildToolsVersion "31.0.0"
defaultConfig {
minSdkVersion 22
- targetSdkVersion 31
+ targetSdkVersion 33
}
namespace 'it.niedermann.android.tablayouthelper'
}