-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6 from appswithlove/update-target-sdk-version
Sdk: update android api level to 34
- Loading branch information
Showing
12 changed files
with
213 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
updraft_uploadUrl=https://google.com |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Project-wide Gradle settings. | ||
# IDE (e.g. Android Studio) users: | ||
# Gradle settings configured through the IDE *will override* | ||
# any settings specified in this file. | ||
# For more details on how to configure your build environment visit | ||
# http://www.gradle.org/docs/current/userguide/build_environment.html | ||
# Specifies the JVM arguments used for the daemon process. | ||
# The setting is particularly useful for tweaking memory settings. | ||
org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8 | ||
# When configured, Gradle will run in incubating parallel mode. | ||
# This option should only be used with decoupled projects. More details, visit | ||
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects | ||
# org.gradle.parallel=true | ||
# AndroidX package structure to make it clearer which packages are bundled with the | ||
# Android operating system, and which are packaged with your app"s APK | ||
# https://developer.android.com/topic/libraries/support-library/androidx-rn | ||
android.useAndroidX=true | ||
# Automatically convert third-party libraries to use AndroidX | ||
android.enableJetifier=true | ||
# Kotlin code style for this project: "official" or "obsolete": | ||
kotlin.code.style=official |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
[versions] | ||
androidMavenGradlePlugin = "2.1" | ||
appcompat = "1.6.1" | ||
constraintlayout = "2.1.4" | ||
coreKtx = "1.7.0" | ||
dokkaGradlePlugin = "1.7.20" | ||
freedrawview = "1.1.2" | ||
gradle = "8.2.2" | ||
ink = "1.0.0" | ||
lifecycleExtensions = "2.0.0" | ||
lifecycleViewmodelKtx = "2.6.1" | ||
loco = "0.3.1" | ||
loggingInterceptor = "3.10.0" | ||
material = "1.9.0" | ||
multidex = "1.0.3" | ||
retrofit = "2.4.0" | ||
rxandroid = "2.0.2" | ||
rxjava = "2.1.12" | ||
updraft = "2.2.4" | ||
kotlin = "1.9.23" | ||
vanniktechMavenPublish = "0.24.0" | ||
coveralls = "2.4.0" | ||
|
||
[libraries] | ||
adapter-rxjava2 = { module = "com.squareup.retrofit2:adapter-rxjava2", version.ref = "retrofit" } | ||
android-maven-gradle-plugin = { module = "com.github.dcendents:android-maven-gradle-plugin", version.ref = "androidMavenGradlePlugin" } | ||
appcompat = { module = "androidx.appcompat:appcompat", version.ref = "appcompat" } | ||
constraintlayout = { module = "androidx.constraintlayout:constraintlayout", version.ref = "constraintlayout" } | ||
converter-gson = { module = "com.squareup.retrofit2:converter-gson", version.ref = "retrofit" } | ||
core-ktx = { module = "androidx.core:core-ktx", version.ref = "coreKtx" } | ||
dokka-gradle-plugin = { module = "org.jetbrains.dokka:dokka-gradle-plugin", version.ref = "dokkaGradlePlugin" } | ||
freedrawview = { module = "com.rm:freedrawview", version.ref = "freedrawview" } | ||
ink = { module = "com.simplify:ink", version.ref = "ink" } | ||
kotlin-stdlib-jdk7 = { module = "org.jetbrains.kotlin:kotlin-stdlib-jdk7", version.ref = "kotlin" } | ||
lifecycle-compiler = { module = "androidx.lifecycle:lifecycle-compiler", version.ref = "lifecycleExtensions" } | ||
lifecycle-extensions = { module = "androidx.lifecycle:lifecycle-extensions", version.ref = "lifecycleExtensions" } | ||
lifecycle-runtime = { module = "androidx.lifecycle:lifecycle-runtime", version.ref = "lifecycleExtensions" } | ||
lifecycle-viewmodel-ktx = { module = "androidx.lifecycle:lifecycle-viewmodel-ktx", version.ref = "lifecycleViewmodelKtx" } | ||
logging-interceptor = { module = "com.squareup.okhttp3:logging-interceptor", version.ref = "loggingInterceptor" } | ||
material = { module = "com.google.android.material:material", version.ref = "material" } | ||
multidex = { module = "com.android.support:multidex", version.ref = "multidex" } | ||
retrofit = { module = "com.squareup.retrofit2:retrofit", version.ref = "retrofit" } | ||
rxandroid = { module = "io.reactivex.rxjava2:rxandroid", version.ref = "rxandroid" } | ||
rxjava = { module = "io.reactivex.rxjava2:rxjava", version.ref = "rxjava" } | ||
tools-build-gradle = { module = "com.android.tools.build:gradle", version.ref = "gradle" } | ||
kotlin-gradle-plugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" } | ||
loco = { module = "com.appswithlove.loco:loco", version = "0.3.1" } | ||
updraft = { module = "com.appswithlove.updraft:updraft", version.ref = "updraft" } | ||
|
||
[plugins] | ||
androidApplication = { id = "com.android.application", version.ref = "gradle" } | ||
androidLibrary = { id = "com.android.library", version.ref = "gradle" } | ||
kotlinAndroid = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" } | ||
updraft = { id = "com.appswithlove.updraft", version.ref = "updraft" } | ||
vanniktechMavenPublish = { id = "com.vanniktech.maven.publish", version.ref = "vanniktechMavenPublish" } | ||
coveralls = { id = "com.github.kt3k.coveralls", version.ref = "coveralls" } | ||
loco = { id = "com.appswithlove.loco", version.ref = "loco" } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#Tue Nov 23 11:31:29 CET 2021 | ||
distributionBase=GRADLE_USER_HOME | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-bin.zip | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-bin.zip | ||
distributionPath=wrapper/dists | ||
zipStorePath=wrapper/dists | ||
zipStoreBase=GRADLE_USER_HOME |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,20 @@ | ||
pluginManagement { | ||
repositories { | ||
google() | ||
gradlePluginPortal() | ||
mavenCentral() | ||
maven { url 'https://maven.scijava.org/content/repositories/public/' } | ||
} | ||
} | ||
|
||
dependencyResolutionManagement { | ||
repositories { | ||
google() | ||
mavenCentral() | ||
maven { url 'https://maven.scijava.org/content/repositories/public/' } | ||
} | ||
} | ||
|
||
rootProject.name = "updraft-sdk-android" | ||
enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS") | ||
include ':app', ':updraft-sdk' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.