Skip to content

Commit

Permalink
android-centralised: Require Android API 26+
Browse files Browse the repository at this point in the history
  • Loading branch information
gnarea committed Apr 16, 2021
1 parent cd20ea7 commit 8cc01b3
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion codelabs/android-centralised/codelab.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"format": "html",
"prefix": "https://storage.googleapis.com",
"mainga": "UA-49880327-14",
"updated": "2021-04-09T14:08:36Z",
"updated": "2021-04-16T11:26:56Z",
"id": "android-centralised",
"duration": 33,
"title": "Build an Android app for a centralised Awala service",
Expand Down
2 changes: 1 addition & 1 deletion codelabs/android-centralised/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ <h2 is-upgraded>In case you need help</h2>
<google-codelab-step label="Set up a new project" duration="3">
<p>Let&#39;s create a new project on Android Studio by going to <code>File</code> -&gt; <code>New</code> -&gt; <code>New project...</code>. Once in the wizard, select the empty activity template and click <code>Next</code>.</p>
<p class="image-container"><img src="img/311f4097b75ccda9.png"></p>
<p>In the final screen, make sure to leave Kotlin as the programming language and API 21 as the minimum Android SDK.</p>
<p>In the final screen, make sure to leave Kotlin as the programming language and API 26 as the minimum Android SDK (<a href="https://github.com/relaycorp/awala-endpoint-android/issues/87" target="_blank">we plan to restore support for API 21-25 soon</a>).</p>
<p class="image-container"><img src="img/cd2404e8b901a32d.png"></p>
<h2 is-upgraded>Define dependencies</h2>
<p>Start by adding the following line to <code>gradle.properties</code>:</p>
Expand Down
2 changes: 1 addition & 1 deletion codelabs/android-hello-world-decentralised/codelab.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"format": "html",
"prefix": "https://storage.googleapis.com",
"mainga": "UA-49880327-14",
"updated": "2021-04-09T14:08:36Z",
"updated": "2021-04-16T11:26:56Z",
"id": "android-hello-world-decentralised",
"duration": 14,
"title": "Decentralised service, Android",
Expand Down
2 changes: 1 addition & 1 deletion codelabs/nodejs-pong/codelab.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"format": "html",
"prefix": "https://storage.googleapis.com",
"mainga": "UA-49880327-14",
"updated": "2021-04-09T14:08:36Z",
"updated": "2021-04-16T11:26:56Z",
"id": "nodejs-pong",
"duration": 60,
"title": "Build a public endpoint using Node.js",
Expand Down
Binary file modified examples/android-centralised.zip
Binary file not shown.
Binary file modified examples/nodejs-pong-template.zip
Binary file not shown.
Binary file modified examples/nodejs-pong.zip
Binary file not shown.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -94,22 +94,22 @@ <h2 class="banner-title">Awala Codelabs</h2>
</paper-listbox>
</paper-dropdown-menu></div>
<card-sorter id="cards" class="site-width">
<a href="/codelabs/android-centralised/index.html?index=..%2F..index" on-tap="navigate" class="codelab-card category-android" data-category="android" data-title="Build an Android app for a centralised Awala service" data-duration="33" data-updated="2021-04-09T14:08:36Z" data-tags="medium" data-pin="">
<a href="/codelabs/android-centralised/index.html?index=..%2F..index" on-tap="navigate" class="codelab-card category-android" data-category="android" data-title="Build an Android app for a centralised Awala service" data-duration="33" data-updated="2021-04-16T11:26:56Z" data-tags="medium" data-pin="">
<div class="description">Build an Android app for a centralised Awala service</div>
<div class="card-duration">
<span>33 min </span>
<span>Updated Apr 9, 2021</span>
<span>Updated Apr 16, 2021</span>
</div>
<div class="card-footer">
<div class="category-icon android-icon"></div>
<paper-button class="android-bg">Start</paper-button>
</div>
</a>
<a href="/codelabs/nodejs-pong/index.html?index=..%2F..index" on-tap="navigate" class="codelab-card category-nodejs" data-category="nodejs" data-title="Build a public endpoint using Node.js" data-duration="60" data-updated="2021-04-09T14:08:36Z" data-tags="medium" data-pin="">
<a href="/codelabs/nodejs-pong/index.html?index=..%2F..index" on-tap="navigate" class="codelab-card category-nodejs" data-category="nodejs" data-title="Build a public endpoint using Node.js" data-duration="60" data-updated="2021-04-16T11:26:56Z" data-tags="medium" data-pin="">
<div class="description">Build a public endpoint using Node.js</div>
<div class="card-duration">
<span>60 min </span>
<span>Updated Apr 9, 2021</span>
<span>Updated Apr 16, 2021</span>
</div>
<div class="card-footer">
<div class="category-icon nodejs-icon"></div>
Expand Down

0 comments on commit 8cc01b3

Please sign in to comment.