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 22
89
- versionName " 1.3.3 "
88
+ versionCode 23
89
+ versionName " 1.3.4 "
90
90
91
91
// Increase memory allocated to Gradle
92
92
dexOptions {
Original file line number Diff line number Diff line change 612
612
"$(inherited)",
613
613
"@executable_path/Frameworks",
614
614
);
615
- MARKETING_VERSION = 1.3.3 ;
615
+ MARKETING_VERSION = 1.3.4 ;
616
616
OTHER_LDFLAGS = (
617
617
"$(inherited)",
618
618
"-ObjC",
644
644
"$(inherited)",
645
645
"@executable_path/Frameworks",
646
646
);
647
- MARKETING_VERSION = 1.3.3 ;
647
+ MARKETING_VERSION = 1.3.4 ;
648
648
OTHER_LDFLAGS = (
649
649
"$(inherited)",
650
650
"-ObjC",
You can’t perform that action at this time.
0 commit comments