Skip to content

Commit

Permalink
version: 0.20-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
osipxd committed Jul 31, 2024
1 parent 0e2d750 commit ab7ac2e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group=com.redmadrobot.build
version=0.19.1
version=0.20-SNAPSHOT

# Project-wide Gradle settings.

Expand Down
2 changes: 1 addition & 1 deletion samples/android-application-multi/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
// Versions of AGP and KGP are specified in buildSrc module
id("com.redmadrobot.android-config") version "0.19.1"
id("com.redmadrobot.android-config") version "0.20-SNAPSHOT"
}

// Common configurations for all modules
Expand Down
2 changes: 1 addition & 1 deletion samples/android-application/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
id("com.android.application") version "8.5.1" apply false
kotlin("android") version "2.0.0" apply false

id("com.redmadrobot.android-config") version "0.19.1"
id("com.redmadrobot.android-config") version "0.20-SNAPSHOT"
}

// Common configurations for all modules
Expand Down

0 comments on commit ab7ac2e

Please sign in to comment.