Skip to content

Commit

Permalink
samples: infrastructure 0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
osipxd committed Mar 7, 2023
1 parent 3ade595 commit 20252f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion samples/android-application-multi/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 "7.4.2" apply false
kotlin("android") version "1.8.10" apply false

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

// 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,5 +3,5 @@ plugins {
id("com.android.application") version "7.4.2" apply false
kotlin("android") version "1.8.10" apply false

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

0 comments on commit 20252f5

Please sign in to comment.