generated from armorycodes/android-research-tech-deprecated
-
-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0d5afd4
commit 5bb595c
Showing
7 changed files
with
24 additions
and
15 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 |
---|---|---|
@@ -1,7 +1,20 @@ | ||
object DependencyGradle { | ||
|
||
const val KOTLIN_VERSION = Version.JetBrains.kotlin | ||
const val HILT_VERSION = Version.Google.hilt | ||
|
||
const val MODULE_LIB_FROGO_KEYBOARD = ":frogo-keyboard" | ||
|
||
private const val FROGO_SDK_VERSION = "2.1.8" | ||
private const val FROGO_UI_VERSION = "1.1.6" | ||
private const val FROGO_CONSUME_API_VERSION = "2.4.7" | ||
private const val FROGO_ADMOB_VERSION = "5.2.2" | ||
private const val FROGO_RECYCLER_VIEW_VERSION = "4.3.5" | ||
|
||
const val FROGO_SDK = "com.github.frogobox:frogo-sdk:$FROGO_SDK_VERSION" | ||
const val FROGO_UI = "com.github.frogobox:frogo-ui:$FROGO_UI_VERSION" | ||
const val FROGO_CONSUME_API = "com.github.frogobox:frogo-consume-api:$FROGO_CONSUME_API_VERSION" | ||
const val FROGO_ADMOB = "com.github.amirisback:frogo-admob:$FROGO_ADMOB_VERSION" | ||
const val FROGO_RECYCLER_VIEW = "com.github.amirisback:frogo-recycler-view:$FROGO_RECYCLER_VIEW_VERSION" | ||
|
||
} |
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