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.librusek.dev"
88 minSdkVersion rootProject. ext. minSdkVersion
99 targetSdkVersion rootProject. ext. targetSdkVersion
10- versionCode 132
11- versionName " 1.3.2 "
10+ versionCode 133
11+ versionName " 1.3.3 "
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 1717 <key >CFBundlePackageType </key >
1818 <string >APPL </string >
1919 <key >CFBundleShortVersionString </key >
20- <string >1.3.2 </string >
20+ <string >1.3.3 </string >
2121 <key >CFBundleVersion </key >
22- <string >132 </string >
22+ <string >133 </string >
2323 <key >LSRequiresIPhoneOS </key >
2424 <true />
2525 <key >UILaunchStoryboardName </key >
Original file line number Diff line number Diff line change 11{
22 "name" : " librusek" ,
3- "version" : " 1.3.2 " ,
3+ "version" : " 1.3.3 " ,
44 "private" : true ,
55 "scripts" : {
66 "base:dev" : " next dev -H 0.0.0.0" ,
You can’t perform that action at this time.
0 commit comments