Skip to content

Commit 0e1df26

Browse files
committed
Refresh example
1 parent b957d08 commit 0e1df26

21 files changed

+90
-57
lines changed

example/android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
buildscript {
2-
ext.kotlin_version = '1.6.10'
2+
ext.kotlin_version = '1.7.10'
33
repositories {
44
google()
55
mavenCentral()
66
}
77

88
dependencies {
9-
classpath 'com.android.tools.build:gradle:7.1.2'
9+
classpath 'com.android.tools.build:gradle:7.2.0'
1010
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1111
}
1212
}
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
#Fri Jun 23 08:50:38 CEST 2017
21
distributionBase=GRADLE_USER_HOME
32
distributionPath=wrapper/dists
43
zipStoreBase=GRADLE_USER_HOME
54
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-all.zip
5+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-all.zip

example/ios/Runner.xcodeproj/project.pbxproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
archiveVersion = 1;
44
classes = {
55
};
6-
objectVersion = 50;
6+
objectVersion = 54;
77
objects = {
88

99
/* Begin PBXBuildFile section */
@@ -181,6 +181,7 @@
181181
/* Begin PBXShellScriptBuildPhase section */
182182
3B06AD1E1E4923F5004D2608 /* Thin Binary */ = {
183183
isa = PBXShellScriptBuildPhase;
184+
alwaysOutOfDate = 1;
184185
buildActionMask = 2147483647;
185186
files = (
186187
);
@@ -195,6 +196,7 @@
195196
};
196197
9740EEB61CF901F6004384FC /* Run Script */ = {
197198
isa = PBXShellScriptBuildPhase;
199+
alwaysOutOfDate = 1;
198200
buildActionMask = 2147483647;
199201
files = (
200202
);
-269 Bytes
Loading
-877 Bytes
Loading
-1.11 KB
Loading
-743 Bytes
Loading
-1.22 KB
Loading
-1.19 KB
Loading
-877 Bytes
Loading

0 commit comments

Comments
 (0)