Skip to content

Commit

Permalink
Release v1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
amirisback committed May 30, 2022
1 parent 7dd6a9b commit 1e30018
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
## Version Release
This Is Latest Release

$version_release = 1.0.6
$version_release = 1.0.7

What's New??

Expand Down Expand Up @@ -74,20 +74,20 @@ allprojects {

dependencies {
// library frogo-sdk
implementation 'com.github.frogobox:frogo-sdk:1.0.6'
implementation 'com.github.frogobox:frogo-sdk:1.0.7'

// library frogo-sdk for desktop
implementation 'com.github.frogobox.frogo-sdk:frogocoresdk:1.0.6'
implementation 'com.github.frogobox.frogo-sdk:frogocoresdk:1.0.7'
}

#### <Option 2> Kotlin DSL Gradle

dependencies {
// library frogo-sdk
implementation("com.github.frogobox:frogo-sdk:1.0.6")
implementation("com.github.frogobox:frogo-sdk:1.0.7")

// library frogo-sdk for desktop
implementation("com.github.frogobox.frogo-sdk:frogocoresdk:1.0.6")
implementation("com.github.frogobox.frogo-sdk:frogocoresdk:1.0.7")
}

### Step 3. Function from this SDK
Expand Down
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id("com.android.application") version "7.2.0" apply false
id("com.android.library") version "7.2.0" apply false
id("com.android.application") version "7.2.1" apply false
id("com.android.library") version "7.2.1" apply false
id("org.jetbrains.kotlin.android") version DependencyGradle.KOTLIN_VERSION apply false
id("org.jetbrains.kotlin.jvm") version DependencyGradle.KOTLIN_VERSION apply false
}
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ repositories {

dependencies{
// library frogo-build-src
implementation("com.github.frogobox:open-build-src:1.1.3")
implementation("com.github.frogobox:open-build-src:1.1.5")
}
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/ProjectSetting.kt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ object ProjectSetting {

const val VERSION_MAJOR = 1
const val VERSION_MINOR = 0
const val VERSION_PATCH = 6
const val VERSION_PATCH = 7

// ---------------------------------------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion frogosdk/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ dependencies {
api(GitHub.chucker)
api(GitHub.glide)

api("com.github.javiersantos:PiracyChecker:1.2.8")
api(GitHub.piracyChecker)

api(JetBrains.coroutinesCore)
api(JetBrains.coroutinesAndroid)
Expand Down

0 comments on commit 1e30018

Please sign in to comment.