Skip to content

Commit

Permalink
bumped version to v1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
dnet committed Apr 25, 2018
1 parent ef703f7 commit cd663bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="hu.vsza.adsdroid"
android:versionCode="8"
android:versionName="1.6">
android:versionCode="9"
android:versionName="1.7">
<uses-sdk android:minSdkVersion="9" android:targetSdkVersion="21" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.INTERNET" />
Expand Down

5 comments on commit cd663bf

@isreal6ix
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dnet I'd like to make a copyright for this app.

Would it be welcome ?

@dnet
Copy link
Owner Author

@dnet dnet commented on cd663bf May 9, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What do you mean by making a copyright?

@isreal6ix
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Like writing up the FAQs of the app, about the app itself, how to use it fluently and how users can contact you easily

@dnet
Copy link
Owner Author

@dnet dnet commented on cd663bf May 11, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Like writing up the FAQs of the app, about the app itself, how to use it fluently

Sure, that'd be great!

and how users can contact you easily

That also sounds handy, GitHub should be the place to do this with issues and PRs, is that enough?

@isreal6ix
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Alright sir........

Please sign in to comment.