Skip to content

Commit

Permalink
spaces/tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
m1ga committed Dec 14, 2024
1 parent 21da833 commit f01127f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ apply plugin: 'com.android.application'

// Set up Android app project.
android {
compileSdkVersion 34
compileSdkVersion 34
ndkVersion project.ext.tiNdkVersion
defaultConfig {
applicationId 'com.titanium.test'
Expand Down Expand Up @@ -86,7 +86,7 @@ dependencies {
// exclude group: 'com.google.android.gms'
}

implementation "androidx.activity:activity:1.8.0"
implementation "androidx.activity:activity:1.8.0"
implementation "androidx.appcompat:appcompat:${project.ext.tiAndroidXAppCompatLibVersion}"
implementation "com.google.android.material:material:${project.ext.tiMaterialLibVersion}"
}

0 comments on commit f01127f

Please sign in to comment.