Skip to content

Commit

Permalink
Merge pull request #15 from ricohapi/develop/v3.0.3
Browse files Browse the repository at this point in the history
3.0.3
  • Loading branch information
KATSUYA2 authored Jun 13, 2022
2 parents 1bebd7e + 7d5274d commit 4ae2696
Show file tree
Hide file tree
Showing 12 changed files with 42 additions and 7 deletions.
4 changes: 2 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
apply plugin: 'com.android.library'
apply plugin: 'maven'

def version = '3.0.2'
def version = '3.0.3'
def repo = new File(rootDir, "repository")

android {
compileSdkVersion 29
defaultConfig {
minSdkVersion 25
targetSdkVersion 29
versionCode 10
versionCode 11
versionName "${version}"

testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ public void notificationWlanCl() {
*/
public void notificationDatabaseUpdate(@NonNull String target) {
Intent intent = new Intent(Constants.ACTION_DATABASE_UPDATE);
intent.putExtra(Constants.TARGETS, target);
intent.putExtra(Constants.TARGET, target);
sendBroadcast(intent);
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
* KeyReceiver
*/
public class KeyReceiver extends BroadcastReceiver {
public static final int KEYCODE_VOLUME_UP = 24;
public static final int KEYCODE_CAMERA = 27;
public static final int KEYCODE_MEDIA_RECORD = 130;
public static final int KEYCODE_WLAN_ON_OFF = 284;
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
7f04ff88c4562cb67f8107b937c08b5c
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
8945ddcc840b1239e80ac91b6c1c1e127cc7ab86
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.theta360</groupId>
<artifactId>pluginlibrary</artifactId>
<version>3.0.3</version>
<packaging>aar</packaging>
<dependencies>
<dependency>
<groupId>com.android.support</groupId>
<artifactId>appcompat-v7</artifactId>
<version>25.4.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.sanselan</groupId>
<artifactId>sanselan</artifactId>
<version>0.97-incubator</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>net.danlew</groupId>
<artifactId>android.joda</artifactId>
<version>2.9.9.4</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
039c7d8002d2fc6cf02af3a91b6b3b0c
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
e7971d9c3fa112d454ee5c357b50c43b4d73e4ff
5 changes: 3 additions & 2 deletions repository/com/theta360/pluginlibrary/maven-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,15 @@
<groupId>com.theta360</groupId>
<artifactId>pluginlibrary</artifactId>
<versioning>
<release>3.0.2</release>
<release>3.0.3</release>
<versions>
<version>2.0.0</version>
<version>2.1.0</version>
<version>3.0.0</version>
<version>3.0.1</version>
<version>3.0.2</version>
<version>3.0.3</version>
</versions>
<lastUpdated>20220415042753</lastUpdated>
<lastUpdated>20220611232952</lastUpdated>
</versioning>
</metadata>
Original file line number Diff line number Diff line change
@@ -1 +1 @@
08da518ce742292d799e35268445b8e8
913c1b763b6f13145d998e4591b18da7
Original file line number Diff line number Diff line change
@@ -1 +1 @@
d83a08f1b2afb588abb42795cd70108776062b33
23e4d6f110d06712e13cbf1b211a1f8568fca417

0 comments on commit 4ae2696

Please sign in to comment.