Skip to content

Commit 7de5c34

Browse files
committed
Merge branch 'dev'
2 parents 259a26a + 9089985 commit 7de5c34

File tree

318 files changed

+5264
-12487
lines changed

Some content is hidden

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

318 files changed

+5264
-12487
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# Atlas
22

33
[![license](http://img.shields.io/badge/license-Apache2.0-brightgreen.svg?style=flat)](https://github.com/alibaba/atlas/blob/master/LICENSE)
4-
[![Release Version](https://img.shields.io/badge/release-5.0.7-yellow.svg)](https://github.com/alibaba/atlas/releases)
4+
[![Release Version](https://img.shields.io/badge/atlas_core-5.0.7.55-orange.svg)]()
5+
[![Release Version](https://img.shields.io/badge/atlasupdate-1.1.4.14-blue.svg)]()
6+
[![Release Version](https://img.shields.io/badge/atlasplugin-2.3.3.rc41-green.svg)]()
57

68
> A powerful Android Dynamic Component Framework.
79
@@ -40,7 +42,7 @@ You can see there were three main library in this project ([atlas-core](./atlas-
4042

4143
## Support
4244
----------
43-
Atlas support all Android version from Android 4.0 to 7.0.
45+
Atlas support all Android version from Android 4.0 to 8.0.
4446

4547
Follow is support status.
4648

@@ -54,6 +56,7 @@ ART | 5.0 | Yes
5456
ART | 5.1 | Yes
5557
ART | M | Yes
5658
ART | N | Yes
59+
ART | 8.0 | Yes
5760

5861
<!--## Contributing
5962

atlas-core/build.gradle

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ repositories {
2828
group = 'com.taobao.android'
2929
description = """atlas_core"""
3030
String postFix = mini=='true' ? "-mini" : "";
31-
version "5.0.7.52${postFix}-SNAPSHOT"
31+
version "5.0.7.55${postFix}"
3232

3333
String getEnvValue(key, defValue) {
3434
def val = System.getProperty(key);
@@ -49,6 +49,11 @@ targetCompatibility = 1.7
4949

5050
dependencies {
5151
compile fileTree(dir: 'libs', include: ['*.jar'])
52+
provided ('com.android.support:support-v4:25.3.1'){
53+
transitive = true
54+
}
55+
provided 'com.android.support:support-annotations:24.1.1'
56+
5257
}
5358

5459
tasks.whenTaskAdded {task ->
32 Bytes
Binary file not shown.
8 Bytes
Binary file not shown.
4.01 KB
Binary file not shown.
32 Bytes
Binary file not shown.
8 Bytes
Binary file not shown.
-8 Bytes
Binary file not shown.
-8 Bytes
Binary file not shown.

atlas-core/src/main/AndroidManifest.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
<service
1212
android:name="com.taobao.android.runtime.Dex2OatService"
1313
android:process=":dex2oat" />
14+
<activity
15+
android:name="android.taobao.atlas.remote.RemoteActivityManager$EmbeddedActivity">
16+
</activity>
1417

1518
</application>
1619

0 commit comments

Comments
 (0)