@@ -19,7 +19,7 @@ Design Goals
1919
2020Version
2121-------
22- [ 2.2-pre1 ] ( https://github.com/ericwlange/AndroidJSCore/releases/tag/2.2-pre1 ) - Please help test this version
22+ [ 2.2-pre2 ] ( https://github.com/ericwlange/AndroidJSCore/releases/tag/2.2-pre2 ) - Please help test this version
2323
2424Working With AndroidJSCore
2525--------------------------
@@ -108,7 +108,7 @@ just about everything.
108108
109109Use AndroidJSCore in your project
110110---------------------------------
111- The easy way is to simply download the file ` AndroidJSCore-2.2-pre1 -release.aar ` from
111+ The easy way is to simply download the file ` AndroidJSCore-2.2-pre2 -release.aar ` from
112112the [ latest release] and drop it somewhere in your project (` libs/ ` is meant just for this). Then
113113add the following to your app-level ` build.gradle ` :
114114
@@ -119,7 +119,7 @@ add the following to your app-level `build.gradle`:
119119 }
120120
121121 dependencies {
122- compile(name:'AndroidJSCore-2.2-pre1 -release', ext:'aar')
122+ compile(name:'AndroidJSCore-2.2-pre2 -release', ext:'aar')
123123 }
124124
125125Building the AndroidJSCoreExample app
@@ -131,7 +131,7 @@ If you want to see AndroidJSCore in action, you can run the example app:
131131 cd ~/AndroidJSCore
132132 mkdir ~/AndroidJSCore/lib
133133
134- Then download ` AndroidJSCore-2.2-pre1 -release.aar ` from the [ latest release] and
134+ Then download ` AndroidJSCore-2.2-pre2 -release.aar ` from the [ latest release] and
135135copy it into ` ~/AndroidJSCore/lib ` . Now you can open ` ~/AndroidJSCore/examples/AndroidJSCoreExample `
136136in Android Studio and run it.
137137
@@ -167,7 +167,7 @@ and then re-run `hemroid install javascriptcore`.
167167 % echo sdk.dir=$ANDROID_SDK >> local.properties
168168 % ./gradlew assembleRelease
169169
170- Your library now sits in ` AndroidJSCore/build/outputs/aar/AndroidJSCore-2.2-pre1 -release.aar ` . To use it, simply
170+ Your library now sits in ` AndroidJSCore/build/outputs/aar/AndroidJSCore-2.2-pre2 -release.aar ` . To use it, simply
171171add the following to your app's ` build.gradle ` :
172172
173173 repositories {
@@ -177,7 +177,7 @@ add the following to your app's `build.gradle`:
177177 }
178178
179179 dependencies {
180- compile(name:'AndroidJSCore-2.2-pre1 -release', ext:'aar')
180+ compile(name:'AndroidJSCore-2.2-pre2 -release', ext:'aar')
181181 }
182182
183183
0 commit comments