Skip to content

Commit

Permalink
Prepare for v2.2.3 (96)
Browse files Browse the repository at this point in the history
  • Loading branch information
cvzi committed Apr 5, 2023
1 parent c49e3cf commit 0444bbe
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 8 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 2.2.3
* Complete language list for setting per-app language

## 2.2.2
* Minor bugfixes

Expand Down
16 changes: 8 additions & 8 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ android {
applicationId 'com.github.cvzi.screenshottile'
minSdkVersion 24
targetSdkVersion 33
versionCode 95
versionName '2.2.2'
versionCode 96
versionName '2.2.3'
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
buildConfigField "com.github.cvzi.screenshottile.MutableBoolean", "TESTING_MODE", "new com.github.cvzi.screenshottile.MutableBoolean(false)"
}
Expand Down Expand Up @@ -82,24 +82,24 @@ dependencies {
implementation platform('org.jetbrains.kotlin:kotlin-bom:1.8.20')
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4'
implementation 'androidx.annotation:annotation:1.6.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'androidx.viewpager:viewpager:1.0.0'
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'androidx.cardview:cardview:1.0.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.1'
implementation 'androidx.preference:preference-ktx:1.2.0'
implementation 'com.google.android.material:material:1.8.0'
implementation 'androidx.cardview:cardview:1.0.0'
implementation 'androidx.viewpager:viewpager:1.0.0'
implementation 'com.burhanrashid52:photoeditor:3.0.0'
implementation 'com.google.android.material:material:1.8.0'

// Testing-only dependencies
androidTestImplementation 'androidx.test:core:1.5.0'
androidTestImplementation 'androidx.test:core-ktx:1.5.0'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
androidTestImplementation 'androidx.test.espresso:espresso-contrib:3.5.1'
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
androidTestImplementation 'androidx.test.ext:junit-ktx:1.1.5'
androidTestImplementation 'androidx.test:rules:1.5.0'
androidTestImplementation 'androidx.test:runner:1.5.2'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
androidTestImplementation 'androidx.test.espresso:espresso-contrib:3.5.1'

testImplementation 'junit:junit:4.13.2'
testImplementation 'org.robolectric:robolectric:4.9.2'
Expand Down
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/96.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
* Option to prevent screenshots when phone is locked
* Option to override original file in photo editor
* Landscape screenshots are rotated in photo editor
* Minor bugfixes

0 comments on commit 0444bbe

Please sign in to comment.