Skip to content

Commit

Permalink
Finilizing for Publish new version
Browse files Browse the repository at this point in the history
  • Loading branch information
alibardide5124 committed Oct 9, 2021
1 parent a0d91bf commit 3391a91
Show file tree
Hide file tree
Showing 9 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
applicationId "com.alibardide.imagine"
minSdkVersion 17
targetSdkVersion 30
versionCode 1
versionName "1.0.0"
versionCode 2
versionName "1.0.1"
vectorDrawables.useSupportLibrary = true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/java/com/alibardide/imagine/ImageUtil.kt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class ImageUtil(private val listener: ImageListener) {
)
}

fun saveImage(context: Context, file: File, quality: Int) {
fun saveImage(context: Context, file: File, quality: Int = 75) {
// Run an AsyncTask
AsyncTaskNeo.executeAsyncTask(
onPreExecute = {},
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/layout/activity_main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginBottom="16dp"
android:text="@string/pick_image"
android:text="@string/choose_image"
android:textColor="?android:textColorPrimaryInverse"
app:backgroundTint="@color/colorPrimary"
app:icon="@drawable/ic_download"
Expand Down
Binary file modified app/src/main/res/mipmap-hdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/src/main/res/mipmap-mdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/src/main/res/mipmap-xhdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/src/main/res/mipmap-xxhdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/src/main/res/mipmap-xxxhdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<resources>
<string name="app_name">Imagine</string>
<string name="wait_moment">Wait a moment…</string>
<string name="pick_image">Pick Image</string>
<string name="choose_image">Choose Image</string>
<string name="compress_image">Compress Image</string>
</resources>

0 comments on commit 3391a91

Please sign in to comment.