-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove additional sample modules, refactor buildSrc objects
- Loading branch information
Showing
69 changed files
with
56 additions
and
714 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 was deleted.
Oops, something went wrong.
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 was deleted.
Oops, something went wrong.
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,25 +1,31 @@ | ||
object Versions { | ||
|
||
const val androidMinSdk = 21 | ||
const val androidCompileSdk = 30 | ||
const val androidTargetSdk = 30 | ||
const val androidBuildTools = "30.0.3" | ||
|
||
const val androidGradle = "4.1.2" | ||
const val kotlin = "1.4.21" | ||
|
||
const val ktlintPlugin = "9.4.1" | ||
const val ktlint = "0.40.0" | ||
const val gradleVersions = "0.36.0" | ||
const val dokka = "1.4.20" | ||
|
||
const val activity = "1.2.0-rc01" | ||
const val fragment = "1.3.0-rc02" | ||
const val appcompat = "1.2.0" | ||
const val core = "1.3.2" | ||
|
||
const val navigation = "2.3.3" | ||
|
||
const val cameraX = "1.0.0-rc02" | ||
const val cameraView = "1.0.0-alpha21" | ||
|
||
const val materialDesign = "1.2.1" | ||
|
||
const val barcodeScanning = "16.1.1" | ||
const val barcodeScanningGms = "16.1.4" | ||
|
||
const val ktlintPlugin = "9.4.1" | ||
const val ktlint = "0.40.0" | ||
const val gradleVersions = "0.36.0" | ||
const val dokka = "1.4.20" | ||
|
||
fun isNonStable(version: String) = listOf("alpha", "beta", "rc", "cr", "m", "preview") | ||
.any { version.matches(".*[.\\-]$it[.\\-\\d]*".toRegex(RegexOption.IGNORE_CASE)) } | ||
} |
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
1 change: 0 additions & 1 deletion
1
quickie/src/main/kotlin/com/g00fy2/quickie/content/QRContent.kt
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
File renamed without changes.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
69 changes: 0 additions & 69 deletions
69
sample/advanced-sample/src/main/kotlin/com/g00fy2/quickieadvancedsample/MainActivity.kt
This file was deleted.
Oops, something went wrong.
31 changes: 0 additions & 31 deletions
31
sample/advanced-sample/src/main/kotlin/com/g00fy2/quickieadvancedsample/MainViewModel.kt
This file was deleted.
Oops, something went wrong.
35 changes: 0 additions & 35 deletions
35
...anced-sample/src/main/kotlin/com/g00fy2/quickieadvancedsample/livedata/SingleLiveEvent.kt
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.