Skip to content

Commit

Permalink
Beta Release v0.0.2-beta01
Browse files Browse the repository at this point in the history
  • Loading branch information
amirisback committed Mar 20, 2022
1 parent 9a93509 commit 7aa62a3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
This Is Latest Release

~ Beta Release
$version_release = 0.0.1-beta10
$version_release = 0.0.2-beta01

What's New??

Expand Down Expand Up @@ -56,14 +56,14 @@ allprojects {

dependencies {
// library frogo-sdk
implementation 'com.github.frogobox:frogo-sdk:0.0.1-beta10'
implementation 'com.github.frogobox:frogo-sdk:0.0.2-beta01'
}

#### <Option 2> Kotlin DSL Gradle

dependencies {
// library frogo-sdk
implementation("com.github.frogobox:frogo-sdk:0.0.1-beta10")
implementation("com.github.frogobox:frogo-sdk:0.0.2-beta01")
}

### Step 3. Function from this SDK
Expand Down
4 changes: 2 additions & 2 deletions buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import org.gradle.kotlin.dsl.`kotlin-dsl`

repositories {
mavenCentral()
maven { url = uri("https://jitpack.io") }
maven("https://jitpack.io")
}

plugins {
Expand All @@ -11,5 +11,5 @@ plugins {

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

const val VERSION_MAJOR = 0
const val VERSION_MINOR = 0
const val VERSION_PATCH = 1
const val VERSION_PATCH = 2

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

Expand Down

0 comments on commit 7aa62a3

Please sign in to comment.