Skip to content

Commit

Permalink
Created a new original Super Mario Bros UI demo
Browse files Browse the repository at this point in the history
  • Loading branch information
saifkhichi96 committed Jan 17, 2021
1 parent 1369faa commit 8500055
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions demo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ android {
defaultConfig {
applicationId "co.aspirasoft.android.demo"
minSdkVersion 15
targetSdkVersion 28
targetSdkVersion 29
versionCode 1
versionName "1.0.0"
}
Expand All @@ -26,6 +26,5 @@ dependencies {
implementation 'androidx.appcompat:appcompat:1.2.0'

// Tile map
implementation 'co.aspirasoft.android.view:tilemap:1.0.0'
//implementation project(':tilemap')
implementation project(':tiles')
}

0 comments on commit 8500055

Please sign in to comment.