Skip to content
This repository has been archived by the owner on Dec 28, 2022. It is now read-only.

Commit

Permalink
prepared for app version v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianknopf committed Oct 30, 2019
1 parent e45bfcb commit e7f1d32
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ Typical use scenarios are the use as showcase for photographers or on exhibition
- optimization of behaviour on orientation change
- nicer launcher icon and logos
- ability to open ViewerActivity via content uri
* Version 1.0.2: - added permission for accessing internet
- improved behaviour of ViewerActivity on singleTask instances
- implemented CacheCleanerTask to clean up any temporary files

## System Requirements
* Android >= API 21
Expand Down
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 28
compileSdkVersion 29
defaultConfig {
applicationId "com.ggnome.viewer"
minSdkVersion 21
targetSdkVersion 26
versionCode 101
versionName "1.0.1"
versionCode 102
versionName "1.0.2"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/assets/html_ggnome_viewer.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ <h2>GardenGnomeViewer</h2>
<p>Offline viewer for GGPKG files generated with Pano2VR</p>
<img src="ggnome_viewer.png" style="width:50%;max-width:300px" />
<p>
Version: 1.0.1<br />
Version: 1.0.2<br />
Copyright (c) 2019 Sebastian Knopf
</p>
<p style="text-align:left"><i>Note:</i> This is <b>not</b> a official project from GardenGnome Software! You can find the latest information on GitHub</p>
Expand Down
File renamed without changes.
Binary file added examples/TourPanorama.ggpkg
Binary file not shown.

0 comments on commit e7f1d32

Please sign in to comment.