Skip to content

Commit 3f43830

Browse files
committed
feat: version bump
1 parent e690ae3 commit 3f43830

File tree

8 files changed

+206
-132
lines changed

8 files changed

+206
-132
lines changed

.idea/compiler.xml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/kotlinc.xml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/misc.xml

+2-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ android {
1919
applicationId = "com.aritra.notify"
2020
minSdk = 24
2121
targetSdk = 34
22-
versionCode = 15
23-
versionName = "1.10.3"
22+
versionCode = 16
23+
versionName = "1.10.4"
2424

2525
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2626
vectorDrawables {

gradle/wrapper/gradle-wrapper.jar

-15.3 KB
Binary file not shown.
+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
#Tue Oct 10 18:09:43 PKT 2023
21
distributionBase=GRADLE_USER_HOME
32
distributionPath=wrapper/dists
4-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
4+
networkTimeout=10000
5+
validateDistributionUrl=true
56
zipStoreBase=GRADLE_USER_HOME
67
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)