Skip to content
This repository was archived by the owner on Mar 25, 2019. It is now read-only.

Commit ef34033

Browse files
author
ericwlange
committed
2 parents 0181240 + 90c4d23 commit ef34033

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Design Goals
1919

2020
Version
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

2424
Working With AndroidJSCore
2525
--------------------------
@@ -108,7 +108,7 @@ just about everything.
108108

109109
Use 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
112112
the [latest release] and drop it somewhere in your project (`libs/` is meant just for this). Then
113113
add 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

125125
Building 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
135135
copy it into `~/AndroidJSCore/lib`. Now you can open `~/AndroidJSCore/examples/AndroidJSCoreExample`
136136
in 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
171171
add 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

Comments
 (0)