-
Notifications
You must be signed in to change notification settings - Fork 29
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 #143 from icerockdev/develop
Release 0.16.0
- Loading branch information
Showing
35 changed files
with
437 additions
and
536 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
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,56 @@ | ||
[versions] | ||
kotlinVersion = "1.5.20" | ||
|
||
lifecycleVersion = "2.2.0" | ||
glideVersion = "4.9.0" | ||
androidAppCompatVersion = "1.2.0" | ||
espressoCoreVersion = "3.2.0" | ||
testRunnerVersion = "1.2.0" | ||
testExtJunitVersion = "1.1.1" | ||
androidxTestVersion = "1.3.0" | ||
robolectricVersion = "4.3" | ||
openApiGeneratorVersion = "5.1.0" | ||
guavaVersion = "30.1-jre" | ||
kotlinxSerializationVersion = "1.1.0" | ||
coroutinesVersion = "1.5.0-native-mt" | ||
ktorClientVersion = "1.6.0" | ||
mokoResourcesVersion = "0.16.0" | ||
mokoMvvmVersion = "0.11.0" | ||
mokoErrorsVersion = "0.4.0" | ||
mokoTestVersion = "0.4.0" | ||
mokoNetworkVersion = "0.16.0" | ||
kbignumVersion = "2.0.6" | ||
|
||
[libraries] | ||
appCompat = { module = "androidx.appcompat:appcompat", version.ref = "androidAppCompatVersion" } | ||
glide = { module = "com.github.bumptech.glide:glide", version.ref = "glideVersion" } | ||
lifecycle = { module = "androidx.lifecycle:lifecycle-extensions", version.ref = "lifecycleVersion" } | ||
ktorClientOkHttp = { module = "io.ktor:ktor-client-okhttp", version.ref = "ktorClientVersion" } | ||
mokoMvvmDataBinding = { module = "dev.icerock.moko:mvvm-databinding", version.ref = "mokoMvvmVersion" } | ||
espressoCore = { module = "androidx.test.espresso:espresso-core", version.ref = "espressoCoreVersion" } | ||
kotlinTestJUnit = { module = "org.jetbrains.kotlin:kotlin-test-junit", version.ref = "kotlinVersion" } | ||
testCore = { module = "androidx.test:core", version.ref = "androidxTestVersion" } | ||
robolectric = { module = "org.robolectric:robolectric", version.ref = "robolectricVersion" } | ||
testRunner = { module = "androidx.test:runner", version.ref = "testRunnerVersion" } | ||
testRules = { module = "androidx.test:rules", version.ref = "testRunnerVersion" } | ||
testExtJunit = { module = "androidx.test.ext:junit", version.ref = "testExtJunitVersion" } | ||
kotlinSerialization = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json", version.ref = "kotlinxSerializationVersion" } | ||
coroutines = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "coroutinesVersion" } | ||
ktorClient = { module = "io.ktor:ktor-client-core", version.ref = "ktorClientVersion" } | ||
ktorClientLogging = { module = "io.ktor:ktor-client-logging", version.ref = "ktorClientVersion" } | ||
ktorClientMock = { module = "io.ktor:ktor-client-mock", version.ref = "ktorClientVersion" } | ||
mokoResources = { module = "dev.icerock.moko:resources", version.ref = "mokoResourcesVersion" } | ||
mokoMvvmCore = { module = "dev.icerock.moko:mvvm-core", version.ref = "mokoMvvmVersion" } | ||
mokoMvvmLiveData = { module = "dev.icerock.moko:mvvm-livedata", version.ref = "mokoMvvmVersion" } | ||
mokoErrors = { module = "dev.icerock.moko:errors", version.ref = "mokoErrorsVersion" } | ||
mokoNetwork = { module = "dev.icerock.moko:network", version.ref = "mokoNetworkVersion" } | ||
mokoNetworkErrors = { module = "dev.icerock.moko:network-errors", version.ref = "mokoNetworkVersion" } | ||
mokoNetworkBignum = { module = "dev.icerock.moko:network-bignum", version.ref = "mokoNetworkVersion" } | ||
kbignum = { module = "com.soywiz.korlibs.kbignum:kbignum", version.ref = "kbignumVersion" } | ||
kotlinTest = { module = "org.jetbrains.kotlin:kotlin-test-common", version.ref = "kotlinVersion" } | ||
kotlinTestAnnotations = { module = "org.jetbrains.kotlin:kotlin-test-annotations-common", version.ref = "kotlinVersion" } | ||
mokoTest = { module = "dev.icerock.moko:test-core", version.ref = "mokoTestVersion" } | ||
kotlinGradlePlugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlinVersion" } | ||
ktorClientIos = { module = "io.ktor:ktor-client-ios", version.ref = "ktorClientVersion" } | ||
openApiGenerator = { module = "org.openapitools:openapi-generator-gradle-plugin", version.ref = "openApiGeneratorVersion" } | ||
guava = { module = "com.google.guava:guava", version.ref = "guavaVersion" } |
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,5 +1,5 @@ | ||
distributionBase=GRADLE_USER_HOME | ||
distributionPath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-6.8.3-all.zip | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-all.zip | ||
zipStoreBase=GRADLE_USER_HOME | ||
zipStorePath=wrapper/dists |
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,17 @@ | ||
plugins { | ||
`kotlin-dsl` | ||
} | ||
|
||
repositories { | ||
mavenCentral() | ||
google() | ||
|
||
gradlePluginPortal() | ||
} | ||
|
||
dependencies { | ||
api("dev.icerock:mobile-multiplatform:0.12.0") | ||
api("org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.20") | ||
api("com.android.tools.build:gradle:4.2.1") | ||
api("io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.15.0") | ||
} |
32 changes: 32 additions & 0 deletions
32
network-build-logic/src/main/kotlin/android-app-convention.gradle.kts
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,32 @@ | ||
/* | ||
* Copyright 2021 IceRock MAG Inc. Use of this source code is governed by the Apache 2.0 license. | ||
*/ | ||
|
||
plugins { | ||
id("com.android.application") | ||
id("android-base-convention") | ||
id("kotlin-android") | ||
} | ||
|
||
android { | ||
dexOptions { | ||
javaMaxHeapSize = "2g" | ||
} | ||
|
||
buildTypes { | ||
getByName("release") { | ||
isMinifyEnabled = true | ||
proguardFiles(getDefaultProguardFile("proguard-android.txt"), "proguard-rules.pro") | ||
} | ||
getByName("debug") { | ||
isDebuggable = true | ||
applicationIdSuffix = ".debug" | ||
} | ||
} | ||
|
||
packagingOptions { | ||
exclude("META-INF/*.kotlin_module") | ||
exclude("META-INF/AL2.0") | ||
exclude("META-INF/LGPL2.1") | ||
} | ||
} |
Oops, something went wrong.