Skip to content

Commit

Permalink
bump versionName
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve-Mr committed Apr 19, 2024
1 parent 155f75e commit 666126c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ Share image to WallpaperTunnel to set it as wallpaper.

- Provide a simple method for setting images as wallpapers.
- Allow adjustment of image brightness and blur intensity.
- Fill images with solid color or blurred images.
- Image Super-Resolution. (Beta)
- Maintain a history of wallpapers set through this app.
- Retrieve and modify the current wallpaper (static wallpapers only).

Expand Down
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ android {
minSdkVersion 29
targetSdkVersion 34
versionCode 4
versionName "2.7-alpha-240416"
versionName "3.0-alpha-240419"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildFeatures {
Expand Down Expand Up @@ -59,11 +59,11 @@ android {
universalApk false
}
}
task wrapper(type: Wrapper) {
tasks.register('wrapper', Wrapper) {
gradleVersion = '8.0'
}
namespace 'com.maary.shareas'
applicationVariants.all { variant ->
applicationVariants.configureEach { variant ->
variant.outputs.each { output ->
def newName = output.outputFileName
print(newName)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import android.view.LayoutInflater
import android.view.View
import android.view.ViewGroup
import androidx.activity.OnBackPressedCallback
import androidx.activity.addCallback
import androidx.core.view.ViewCompat
import androidx.core.view.WindowInsetsCompat
import androidx.fragment.app.Fragment
Expand Down

0 comments on commit 666126c

Please sign in to comment.