Skip to content

Commit

Permalink
toast build gradle change
Browse files Browse the repository at this point in the history
  • Loading branch information
manikandanvgts committed Oct 12, 2023
1 parent 5dc7693 commit 8a1147e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ plugins {

android {
namespace = "com.sampleapp.samplepulginapp"
compileSdk = 33
compileSdk = 34

defaultConfig {
applicationId = "com.sampleapp.samplepulginapp"
minSdk = 24
targetSdk = 33
targetSdk = 34
versionCode = 1
versionName = "1.0"

Expand Down
2 changes: 1 addition & 1 deletion toast/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {

android {
namespace 'com.sampleapp.toast'
compileSdk 33
compileSdk 34

defaultConfig {
minSdk 24
Expand Down

0 comments on commit 8a1147e

Please sign in to comment.