File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -85,8 +85,8 @@ android {
85
85
applicationId " com.p2devs.inknest"
86
86
minSdkVersion rootProject. ext. minSdkVersion
87
87
targetSdkVersion rootProject. ext. targetSdkVersion
88
- versionCode 24
89
- versionName " 1.3.5 "
88
+ versionCode 25
89
+ versionName " 1.3.6 "
90
90
91
91
// Increase memory allocated to Gradle
92
92
dexOptions {
Original file line number Diff line number Diff line change 616
616
"$(inherited)",
617
617
"@executable_path/Frameworks",
618
618
);
619
- MARKETING_VERSION = 1.3.5 ;
619
+ MARKETING_VERSION = 1.3.6 ;
620
620
OTHER_LDFLAGS = (
621
621
"$(inherited)",
622
622
"-ObjC",
648
648
"$(inherited)",
649
649
"@executable_path/Frameworks",
650
650
);
651
- MARKETING_VERSION = 1.3.5 ;
651
+ MARKETING_VERSION = 1.3.6 ;
652
652
OTHER_LDFLAGS = (
653
653
"$(inherited)",
654
654
"-ObjC",
You can’t perform that action at this time.
0 commit comments