Skip to content

Commit 2d92115

Browse files
committed
chore(core): now the ui-mobile-widgets is directly provided as sources
1 parent 2bf4f84 commit 2d92115

File tree

105 files changed

+60
-2787
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

105 files changed

+60
-2787
lines changed
-1.2 KB
Binary file not shown.
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
2+
dependencies {
3+
def androidXViewPagerVersion = "1.0.0"
4+
if (project.hasProperty("androidXViewPager")) {
5+
androidXViewPagerVersion = androidXViewPager
6+
println "\t + using android X library androidx.viewpager2:viewpager2:$androidXViewPagerVersion"
7+
}
8+
9+
def androidXFragmentVersion = "1.4.1"
10+
if (project.hasProperty("androidXFragment")) {
11+
androidXFragmentVersion = androidXFragment
12+
println "\t + using android X library androidx.fragment:fragment:$androidXFragmentVersion"
13+
}
14+
15+
def androidXTransitionVersion = "1.4.1"
16+
if (project.hasProperty("androidXTransition")) {
17+
androidXTransitionVersion = androidXTransition
18+
println "\t + using android X library androidx.transition:transition:$androidXTransitionVersion"
19+
}
20+
21+
def androidXExifInterfaceVersion = "1.3.3"
22+
if (project.hasProperty("androidXExifInterface")) {
23+
androidXExifInterfaceVersion = androidXExifInterface
24+
println "\t + using android X library androidx.exifinterface:exifinterface:$androidXExifInterfaceVersion"
25+
}
26+
27+
28+
def androidXAppCompatVersion = "1.4.1"
29+
if (project.hasProperty("androidXAppCompat")) {
30+
androidXAppCompatVersion = androidXAppCompat
31+
println "\t + using android X library androidx.appcompat:appcompat:$androidXAppCompatVersion"
32+
}
33+
34+
def androidXDocumentFileVersion = "1.0.1"
35+
if (project.hasProperty("androidXDocumentFile")) {
36+
androidXDocumentFileVersion = androidXDocumentFile
37+
println "\t + using android X library androidx.documentfile:documentfile:$androidXDocumentFileVersion"
38+
}
39+
40+
41+
implementation fileTree(include: ['*.jar'], dir: 'libs')
42+
43+
println 'Using android X'
44+
// implementation 'androidx.viewpager:viewpager:' + androidxVersion
45+
implementation "androidx.viewpager2:viewpager2:$androidXViewPagerVersion"
46+
implementation "androidx.fragment:fragment:$androidXFragmentVersion"
47+
implementation "androidx.transition:transition:$androidXTransitionVersion"
48+
implementation "androidx.exifinterface:exifinterface:$androidXExifInterfaceVersion"
49+
implementation "androidx.appcompat:appcompat:$androidXAppCompatVersion"
50+
implementation "androidx.documentfile:documentfile:$androidXDocumentFileVersion"
51+
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../ui-mobile-base/android/widgets/src/main/java
-279 KB
Binary file not shown.

packages/core/platforms/ios/TNSWidgets.xcframework/Info.plist

Lines changed: 0 additions & 102 deletions
This file was deleted.

packages/core/platforms/ios/TNSWidgets.xcframework/ios-arm64/TNSWidgets.framework/Headers/NSCCrypto.h

Lines changed: 0 additions & 60 deletions
This file was deleted.

packages/core/platforms/ios/TNSWidgets.xcframework/ios-arm64/TNSWidgets.framework/Headers/NSData+Async.h

Lines changed: 0 additions & 24 deletions
This file was deleted.

packages/core/platforms/ios/TNSWidgets.xcframework/ios-arm64/TNSWidgets.framework/Headers/NSFileHandle+Async.h

Lines changed: 0 additions & 22 deletions
This file was deleted.

packages/core/platforms/ios/TNSWidgets.xcframework/ios-arm64/TNSWidgets.framework/Headers/NSString+Async.h

Lines changed: 0 additions & 25 deletions
This file was deleted.

packages/core/platforms/ios/TNSWidgets.xcframework/ios-arm64/TNSWidgets.framework/Headers/TNSLabel.h

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)