mirror of
https://github.com/mik3y/usb-serial-for-android.git
synced 2026-08-11 16:32:53 +00:00
build with jitpack
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.hoho.android.usbserial"
|
||||
android:versionCode="1"
|
||||
android:versionName="1.0">
|
||||
package="com.hoho.android.usbserial">
|
||||
</manifest>
|
||||
|
||||
@@ -1,19 +0,0 @@
|
||||
package com.hoho.android.usbserial;
|
||||
|
||||
/**
|
||||
* Static container of information about this library.
|
||||
*/
|
||||
public final class BuildInfo {
|
||||
|
||||
/**
|
||||
* The current version of this library. Values are of the form
|
||||
* "major.minor.micro[-suffix]". A suffix of "-pre" indicates a pre-release
|
||||
* of the version preceeding it.
|
||||
*/
|
||||
public static final String VERSION = "0.2.0-pre";
|
||||
|
||||
private BuildInfo() {
|
||||
throw new IllegalStateException("Non-instantiable class.");
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user