We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5708036 commit 2f26dc1Copy full SHA for 2f26dc1
1 file changed
android/app/build.gradle
@@ -7,8 +7,8 @@ android {
7
applicationId "com.frostcube.justrss"
8
minSdkVersion rootProject.ext.minSdkVersion
9
targetSdkVersion rootProject.ext.targetSdkVersion
10
- versionCode 24
11
- versionName "2.3.4"
+ versionCode 25
+ versionName "2.4.0"
12
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
13
aaptOptions {
14
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.
0 commit comments