File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ android {
77 applicationId " com.frostcube.justrss"
88 minSdkVersion rootProject. ext. minSdkVersion
99 targetSdkVersion rootProject. ext. targetSdkVersion
10- versionCode 31
11- versionName " 3.2.0 "
10+ versionCode 30
11+ versionName " 3.1.2 "
1212 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
1313 aaptOptions {
1414 // Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.
Original file line number Diff line number Diff line change 353353 INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.productivity";
354354 IPHONEOS_DEPLOYMENT_TARGET = 14.0;
355355 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
356- MARKETING_VERSION = 3.2.0 ;
356+ MARKETING_VERSION = 3.1.2 ;
357357 OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"COCOAPODS\" \"-DDEBUG\"";
358358 PRODUCT_BUNDLE_IDENTIFIER = com.frostcube.justrss;
359359 PRODUCT_NAME = "$(TARGET_NAME)";
376376 INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.productivity";
377377 IPHONEOS_DEPLOYMENT_TARGET = 14.0;
378378 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
379- MARKETING_VERSION = 3.2.0 ;
379+ MARKETING_VERSION = 3.1.2 ;
380380 PRODUCT_BUNDLE_IDENTIFIER = com.frostcube.justrss;
381381 PRODUCT_NAME = "$(TARGET_NAME)";
382382 SWIFT_ACTIVE_COMPILATION_CONDITIONS = "";
Original file line number Diff line number Diff line change 11{
22 "name" : " just-rss" ,
3- "version" : " 3.2.0 " ,
3+ "version" : " 3.1.2 " ,
44 "author" : " FrostCube" ,
55 "homepage" : " https://frostcube.com/" ,
66 "scripts" : {
You can’t perform that action at this time.
0 commit comments