Skip to content

Commit

Permalink
Code style
Browse files Browse the repository at this point in the history
  • Loading branch information
cvzi committed Aug 4, 2022
1 parent 951f7a6 commit ac99dd3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ android {
}
compileSdkVersion 33
defaultConfig {
applicationId "com.github.cvzi.screenshottile"
applicationId 'com.github.cvzi.screenshottile'
minSdkVersion 24
targetSdkVersion 33
versionCode 71
versionName "1.18.2"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
versionName '1.18.2'
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
}
namespace "com.github.cvzi.screenshottile"
namespace 'com.github.cvzi.screenshottile'
buildTypes {
release {
minifyEnabled true
Expand Down Expand Up @@ -73,7 +73,7 @@ dependencies {
implementation 'androidx.appcompat:appcompat:1.4.2'
implementation 'androidx.preference:preference-ktx:1.2.0'
implementation 'com.google.android.material:material:1.6.1'
implementation "androidx.cardview:cardview:1.0.0"
implementation 'androidx.cardview:cardview:1.0.0'

// Testing-only dependencies
androidTestImplementation 'androidx.test:core:1.5.0-alpha01'
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:7.2.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.10"
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.10'
}
}

Expand Down

0 comments on commit ac99dd3

Please sign in to comment.